Hello
a little question to the plugin:
When I start a WebRTC session and sending media data (in my case, a video stream from the local webcam) the plugin ask me for the webcam device and if I allow to access the device. Under normal circumstances this is, for security reasons, the right way to handle the access to devices like webcam or microphone. At my special case I just want to pass by this question and access directly the webcam. In my case, I just want to show it directly because on my phone software every time I get called a little window pops up with some caller data. To this little window I can add a additional part which includes a Internet Explorer view where I can load a definable HTML-page. On this page I want to show a video stream getting by webrtc and a sending of my own video from webcam. This is all already working but every time I get a call and the window pops up it ask me if I allow access to my own webcam. This is really anoying, so here I would need the special behaviour to "magically" bypass this question. On Firefox, for example I could set the media.navigator.permission.disabled value in about:config.
I'm searching for something similar for this addon.
Any ideas ?
Thank you for every reply.
Greetings
Andre