Re: WebRTC Audio device (microphone) selector

2014-11-06 Thread Sándor Balázs
You was right. It worked. getUserMedia:request called when I call mozGetUserMedia from an iframe (https) The new problem is: I can't pass back the stream to the main window. It is only avaliable in the iframe. Üdvözlettel: Sándor Balázs Szoftver fejlesztő Virtual Call Center MUNICH

Re: WebRTC Audio device (microphone) selector

2014-11-04 Thread Sándor Balázs
You are right. I call getUserMedia from chrome:// code. I will try from https. Thanks Üdvözlettel: Sándor Balázs Szoftver fejlesztő Virtual Call Center MUNICH | BUDAPEST | WARSAW

Re: WebRTC Audio device (microphone) selector

2014-11-04 Thread Florian Quèze
On Tue, Nov 4, 2014 at 10:47 AM, Balázs Sándor wrote: > Hi all! Hi, > I added an observer for "getUserMedia:request" but it never called. I'm guessing your xulrunner application calls getUserMedia from chrome:// code. If so, your observer is never called because the code at http://mxr.mozilla.

WebRTC Audio device (microphone) selector

2014-11-04 Thread Balázs Sándor
Hi all! I would like to create a microphone selector in my XulRunner based Application (XR30) I tried almost everything, search across dxr.mozilla.org and google... Nothing works... Last thing i tried to clone this http://dxr.mozilla.org/mozilla-central/source/webapprt/WebRTCHandler.jsm#21 I ad