Ky sajt do të funksionojë me kufizime, teksa bëjmë mirëmbajtjen e tij për të përmirësuar punën tuaj. Nëse një artikull nuk e zgjidh problemin tuaj dhe dëshironi të bëni një pyetje, kemi bashkësinë tonë të asistencës, e gatshme për t’ju ndihmuar, te @FirefoxSupport në Twitter dhe/r/firefox në Reddit.

Kërkoni te Asistenca

Shmangni karremëzime gjoja asistence. S’do t’ju kërkojmë kurrë të bëni një thirrje apo të dërgoni tekst te një numër telefoni, apo të na jepni të dhëna personale. Ju lutemi, raportoni veprimtari të dyshimtë duke përdorur mundësinë “Raportoni Abuzim”.

Mësoni Më Tepër

Permanently grant media permissions to FF extension

  • 1 përgjigje
  • 2 e kanë hasur këtë problem
  • 17 parje
  • Përgjigjja më e re nga 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?

Krejt Përgjigjet (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.