The moment someone realizes this is a real problem is when their IT helpdesk starts logging the same ticket repeatedly: 'Meeting won't load in Firefox' or 'Mac users can't join.' Individual users blame themselves, switch browsers, and move on. IT managers are the ones who eventually see the pattern — but by then they've already committed to a conferencing vendor and can't easily switch.
The gap persists because conferencing vendors have no incentive to prioritize non-Chrome browsers. Chrome is dominant enough that engineering resources go elsewhere, and complaints get filtered out before they reach product teams — end users just switch browsers rather than escalate. The buyer (IT or procurement) is different from the user (the frustrated Firefox person), so the volume of pain never translates into a loud, trackable business problem.
What's missing is a way to run a continuous, automated check of a specific conferencing deployment — Adobe Connect, Chime, or a WebRTC-based tool — against the exact browser and OS combinations your organization actually uses, before an employee hits the wall in a live meeting. No existing diagnostic tool tests video conferencing join flows specifically: they test pages, not the full handshake, plugin requirement detection, media permissions, and codec negotiation that determine whether a meeting actually works.
For IT teams managing distributed workforces with mixed device policies, this is a recurring operational cost — every browser or OS update can break something that was working last week. The need doesn't go away; it comes back every time a vendor pushes an update, every time Apple ships a Safari revision, every time Firefox changes its WebRTC handling.
What to build
Build a scheduled test runner that joins a real meeting room URL across a configurable matrix of browser and OS combinations using headless browsers, detects failure modes (plugin required, media blocked, page doesn't load, audio/video not established), and emails an IT admin a weekly compatibility report with exactly which combinations are broken and what error the user would see.
Where to start
Start with Adobe Connect customers specifically, since Flash plugin complaints and browser-specific failures are loudest there — the error modes are consistent enough to build reliable detection fast, and Adobe Connect admins are already used to managing browser policy.
The hard part
Getting access to real meeting room URLs for automated testing requires either customer-provided credentials or a sandbox mode — conferencing vendors may rate-limit or block automated joins, forcing you to reverse-engineer join flows per vendor rather than building one generic runner.
How it makes money
Monthly subscription per conferencing deployment tested, priced per number of browser-OS combinations in the matrix — starts around $49/month for a basic matrix, scales up as teams add more OS versions or multiple conferencing tools.
See the evidence. The complaints behind this idea, the products they came from, and similar ideas in Video Conferencing.
More ideas in Video Conferencing