当サイトはユーザー体験を改善するためのメンテナンスを実施中に機能が制限される予定です。記事を読んでもあなたの問題が解決せず質問をしたい場合は、Twitter の @FirefoxSupport、Reddit の /r/firefox で、サポートコミュニティが皆さんを助けようと待機しています。

Mozilla サポートの検索

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

詳しく学ぶ

このスレッドはアーカイブに保管されました。 必要であれば新たに質問してください。

Permanently grant media permissions to FF extension

  • 1 件の返信
  • 2 人がこの問題に困っています
  • 17 回表示
  • 最後の返信者: guigs

more options

Hello. I try to develop an phone extension for FF. As far as I know I could share microphone permanently only with HTTPS sites. But how to deal with extension html page which has a resource:// scheme? Is there a way to grant such permission permanently?

Hello. I try to develop an phone extension for FF. As far as I know I could share microphone permanently only with HTTPS sites. But how to deal with extension html page which has a resource:// scheme? Is there a way to grant such permission permanently?

すべての返信 (1)

more options

Hi okarenkov, Thank you for your question, I understand that you are trying to develop an extension that needs to grant permission to the microphone permanently.

There is an option on the pop up for the user to check to remember the option for next time. And a persistent request will come up as it is being shared in 33, depending on 2 other bugs.(6 weeks or check out webrtc shareusermedia() in the current beta version)

Please explore the Media/Webrtc api in the Mozilla Developer Network for more information. Their main support are questions tagged in stackoverflow.com.