Re: [mediacapture-main] prohibit multiple getUserMedia() calls sharing the same capture device

Shijun, do you mean the race condition if two consecutive gUM call are
made, in the same app, targeting the same input device (they could
even use deviceId as one constraint) with incompatible constraints? So
one would fail.
Would not the natural thing be to resolve them in the order they are
called (I'm assuming we're on a single thread)?

--
GitHub Notif of comment by stefhak
See
https://github.com/w3c/mediacapture-main/issues/67#issuecomment-71892747

Received on Wednesday, 28 January 2015 18:55:02 UTC