Languages

JavaScript - how to detect audio input permissions in Chrome?

3 points
Asked by:
Dragontry
731

How can I detect whether microphone/audio input permissions have been granted in Google Chrome?

I need to check it once the web page is loaded.

2 answers
5 points
Answered by:
Root-ssh
178290

You can use universal solution that is supported by major web browsers since 2015-2017.

Example:

Note: the main disadvantage of this solution is device running to check availability or permissions.

 

See also

  1. JavaScript - list available audio and video input devices

0 commentsAdd comment
3 points
Answered by:
Admin Dirask Community
4380

You can use:

but..., the main disadvantage of this solution is used non-standard microphone permission name.

It will return one of the following statuses: granted, prompt or denied. Then, once the returned status is granted, execute your code. 

Practical example

 

References

  1. Permissions.query() - Web APIs | MDN
  2. PermissionStatus.state - Web APIs | MDN
0 commentsAdd comment
Donate to Dirask
Our content is created by volunteers - like Wikipedia. If you think, the things we do are good, donate us. Thanks!
Join to our subscribers to be up to date with content, news and offers.
Native Advertising
🚀
Get your tech brand or product in front of software developers.
For more information Contact us
Dirask - we help you to
solve coding problems.
Ask question.

❤️💻 🙂

Join