Closed
Bug 803720
Opened 12 years ago
Closed 12 years ago
Cannot run two gUM calls in different tabs that are using different mic input sources
Categories
(Core :: WebRTC: Audio/Video, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 811011
People
(Reporter: jsmith, Unassigned)
References
Details
(Whiteboard: [getUserMedia] [blocking-gum+])
Steps:
1. Go to https://people.mozilla.com/~anarayanan/webrtc/gum_test.html in two tabs with an integrated and usb mic plugged in
2. In the 1st tab, request access to the usb mic
3. Notice that the audio starts playing back (success callback)
4. In the 2nd tab, request access to the integrated mic
Expected:
A success callback should be fired allowing yet another audio to play back using the integrated mic.
Actual:
A success callback is fired, but the audio does not start playing at all.
Comment 1•12 years ago
|
||
Can we retest this in the latest nightly to see if it is still the case? It might been fixed by the "use correct device" bugfix.
Keywords: qawanted
Reporter | ||
Comment 2•12 years ago
|
||
(In reply to Anant Narayanan [:anant] from comment #1)
> Can we retest this in the latest nightly to see if it is still the case? It
> might been fixed by the "use correct device" bugfix.
Nope, it's not fixed. Confirmed 11/12.
Keywords: qawanted
Updated•12 years ago
|
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•