alipf
alipf

Reputation: 35

WebRTC: allow Chrome to access microphone via Chrome Extension

I am new to WebRTC and playing a bit with it. But everytime I reload the page to see latest changes in the code I have to allow Chrome to access my microphone. Now I have heard that it is possible to write an extension (app) to give this special site (right now localhost) the permission to always access the microphone. Other sites which will use the mic are not included in this extension.

Does anybody know if this is possible and maybe how to do that?

Thanks so far

Upvotes: 3

Views: 3682

Answers (1)

Justin Uberti
Justin Uberti

Reputation: 266

It's not possible right now, but we're working on adding this to an upcoming version of Chrome.

Upvotes: 2

Related Questions