electron 调麦克风权限

1、使用https

2、使用http时添加以下代码

app.commandLine.appendSwitch('unsafely-treat-insecure-origin-as-secure', 'http://127.0.0.1')
http://127.0.0.1 是要拥到访问权限的网址


参考:https://blog.csdn.net/qq_41614928/article/details/106141389
posted @ 2024-04-07 09:45  ziff123  阅读(77)  评论(0编辑  收藏  举报