简体   繁体   English

Chrome Android - 使用麦克风的权限被拒绝

[英]Chrome Android - Permission to use microphone denied

I use Web Speech API for a local website (look like 10. . .***) https://developers.google.com/web/updates/2013/01/Voice-Driven-Web-Apps-Introduction-to-the-Web-Speech-API我使用 Web Speech API 作为本地网站(看起来像 10 ... ***) https://developers.google.com/web/updates/2013/01/Voice-Driven-Web-Apps-Introduction-to-网络语音API

When I use the demo provided by google on my smartphone, it works very well: https://www.google.com/intl/en/chrome/demos/speech.html当我在我的智能手机上使用谷歌提供的演示时,它运行良好: https://www.google.com/intl/en/chrome/demos/speech.html

But when I recover the sources of the demo to put it on my site (without changing anything) this does not work: https://github.com/GoogleChrome/webplatform-samples/tree/master/webspeechdemo但是当我恢复演示的源代码并将其放在我的网站上(不做任何更改)时,这不起作用: https://github.com/GoogleChrome/webplatform-samples/tree/master/webspeechdemo

Moreover, there is written: Permission to use microphone denied此外,还写着:Permission to use microphone denied

But no permission was asked (unlike the site demo of google)但没有征求许可(不像谷歌的网站演示)

Do you have a solution?你有解决方案吗? I completely block我完全阻止

This is version 60 of Google Chrome Android这是谷歌浏览器 60 版 Android

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Chrome麦克风权限 - Chrome microphone permission chrome扩展程序中的Twilio-用户拒绝访问麦克风 - Twilio in chrome extension - user denied access to microphone 为什么Chrome不会显示带麦克风和网络摄像头的“允许”或“禁止”权限的提示? - Why does Chrome not show the prompt with Allow or Disallow permission to microphone and webcam? 为什么getUserMedia()在chrome中显示权限被拒绝错误 - Why getUserMedia() showing permission denied error in chrome chrome中的Notification.permission始终返回拒绝 - Notification.permission in chrome always return denied Chrome 28应用,getUserMedia PERMISSION_DENIED - Chrome 28 App, getUserMedia PERMISSION_DENIED 在我的环境中,Firefox for Android 中的麦克风权限总是被拒绝,但其他平台则不然 - microphone permissions always denied in Firefox for Android in my environment, but not other platforms 试图请求用户在 React 应用程序中使用相机和麦克风的权限 - Trying to ask for users permission to use camera and microphone in a React app 在电子中请求麦克风许可 - Request microphone permission in electron 如何允许 Chrome 以编程方式使用我的麦克风? - How do I allow Chrome to use my microphone programmatically?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM