WCAG, the Web Content Accessibility Guidelines, is the W3C's standard for making digital content usable by people with disabilities. It is organized around four principles — content must be perceivable, operable, understandable, and robust — and it defines three conformance levels: A, AA, and AAA. Level AA is the practical bar that laws and procurement contracts cite, so when a regulation "requires WCAG," it almost always means WCAG 2.1 Level AA.

For telemedicine video specifically, meeting WCAG 2.1 AA has concrete consequences across both the patient-facing and clinician-facing surfaces. It means captions for live audio so deaf and hard-of-hearing patients can follow a consult, full keyboard operability so the interface works without a mouse, compatibility with screen readers used by blind users, a visible focus indicator so keyboard users can see where they are, and color contrast strong enough to survive low vision and poor lighting. A video product that only works with a mouse and uncaptioned audio fails AA outright.

The regulatory anchor has sharpened recently. Under the Americans with Disabilities Act (ADA) Title II rule, WCAG 2.1 Level AA became an enforceable requirement for public entities — state and local governments and the health systems they run — on compliance deadlines falling across 2026 and 2027. That moves accessibility from a good-practice virtue to a legal requirement for a large segment of the market. For a product team, the implication is to bake accessibility into the design system and test it continuously, not bolt it on before an audit. The common pitfall is treating captions and keyboard support as optional add-ons; under AA they are core functionality, and retrofitting them into a mature video UI is far more expensive than building them in.