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

Since the gUM() call is async, having consecutive calls might lead to
a racing condition.  It is fine to allow consecutive calls as long as
the algorithm can be clearly defined.

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

Received on Wednesday, 28 January 2015 16:07:34 UTC