Devon Bessemer
Devon Bessemer

Reputation: 35357

Accessing the microphone from a chrome extension, sidepanel

I'm developing a chrome extension that I would want the users to be able to use their microphone with, using a page that is loaded into the sidepanel (https://developer.chrome.com/docs/extensions/reference/api/sidePanel).

When attempting to access the microphone, the request for permissions is suppressed and I receive the following error: Error accessing the microphone: DOMException: Permission dismissed.

Is there any known way to browser permissions, like microphone access, from within a page loaded in the sidepanel?

Upvotes: 1

Views: 270

Answers (0)

Related Questions