Browser hardware APIs

Camera and microphone capture in the browser

Browser media-capture APIs let a site request permission to use available microphones and cameras and receive a media stream when the user grants access.

Why it matters

How this changes a diagnosis

If DeviceOK receives a valid camera or microphone stream, that is strong evidence that the browser permission and media path are functioning. It does not prove every other application is configured correctly.

Key points

What to remember

  • Permission is required before sensitive capture starts.
  • Device labels and available-device information can be restricted until permission is granted.
  • DeviceOK keeps its core camera/mic analysis local in the browser.
Use it in DeviceOK

Related live checks

Related devices

Where this concept appears