- From: Martin Thomson <martin.thomson@gmail.com>
- Date: Sat, 15 Mar 2014 15:29:02 -0700
- To: Cullen Jennings <fluffy@iii.ca>
- Cc: Jan-Ivar Bruaroey <jib@mozilla.com>, Harald Tveit Alvestrand <harald@alvestrand.no>, "public-media-capture@w3.org" <public-media-capture@w3.org>
On 14 March 2014 16:24, Cullen Jennings <fluffy@iii.ca> wrote: > Two optional constrains, the first one saying the source is A and the second one saying the source is B. Or you could try this: navigator.getUserMedia({ 'sourceId': 'A' }, success, function() { navigator.getUserMedia({ 'sourceId': 'B' }, success, failure); }); It seems like the example is basically contrived, so why not incur the additional user prompt?
Received on Saturday, 15 March 2014 22:29:29 UTC