Skip to content

User permission to audio device #423

Answered by Jelmerro
Venikeee1 asked this question in Q&A
Discussion options

You must be logged in to vote

Please have a look at :h permissionmediadevices and :h permissionmicrophone. You need to give permission to both, since the first will allow the site to list the devices, and the second one to make use of the mic. If you only want to give permissions to specific sites, check out :h permissionsallowed. Some sites want to have the device labels to work as well, in which case you can replace allow with allowfull for the media devices permission, but in short, this should be enough:

:set permissionmediadevices=allow permissionmicrophone=allow

Please know that you can always see the permission requests on the notification page, either visit vieb://notifications or run :notifications. This can …

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Jelmerro
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants