Re: CHANGE: Use a JS Object as an argument to getUserMedia

On Oct 4, 2011, at 12:33 AM, Tommy Widenflycht (ᛏᚮᛘᛘᚤ) wrote:
> Whereas I have nothing against changing the configuration string to a JS object, I don't like the conversion from asynchronous result to a synchronous one. Opening a webcam can take many seconds, which means that the JS world is stuck during that interval.

The proposal doesn't suggest that the operation is asynchronous, you do have to attach an event listener or a callback on the MediaStream that is returned. It behaves exactly like XHR in this regard.

Cheers,
-Anant

Received on Tuesday, 4 October 2011 17:46:02 UTC