Skip to main content

You are viewing Agora Docs forBetaproducts and features. Switch to Docs

Why do errors occur when calling the Stream.init method?

The following are common errors when initializing the stream:

  • NotAllowedError: The user refuses to grant access to the video or audio resource.
  • NotReadableError: Although the user has granted permission to use the matching devices, a hardware error occurs at the operating system, browser, or web page level, which prevents access to the device. Try refreshing the page or updating the device driver. On some Windows 10 laptops, you need to run Chrome in compatibility mode with Windows 7 to use the camera.
  • NotFoundError: Cannot find the specified media track. Ensure that your media device is working.
  • MEDIA_NOT_SUPPORT: Use HTTPS for your web app.
  • OverConstrainedError: A specified constraint cannot be satisfied by any available device, mostly because the requested capture device is occupied or the specified resolution is not supported.

See Stream.init for more errors.

vundefined