Re: [mediacapture-main] Unclear how to associate current active device with enumerated devices

@jnoring To answer your second question about cross-browser, the 
example 
http://webrtc.github.io/samples/src/content/devices/input-output/ 
works in both Chrome, Firefox, and afaik Edge, so I think that answers
 A, B and D. 

Also note that C is often not an issue when doing B, since it is 
deterministic in that case, if you use `deviceId: { exact: id }`, as 
is done in the above-linked example.

C is an issue when not doing B, especially in Firefox at the moment. 
We are in the process of addressing this. The bugs to track are: 
https://bugzil.la/1233870 (label) and https://bugzil.la/1213517 
(getSettings).

-- 
GitHub Notification of comment by jan-ivar
Please view or discuss this issue at 
https://github.com/w3c/mediacapture-main/issues/299#issuecomment-169088202
 using your GitHub account

Received on Tuesday, 5 January 2016 18:23:00 UTC