[mediacapture-fromelement] captureStream() should return a promise

guidou has just created a new issue for https://github.com/w3c/mediacapture-fromelement:

== captureStream() should return a promise ==
captureStream() returning a fully configured MediaStream introduces restrictions for the implementation since the stream and its tracks have to be configured synchronously.
It would be more flexible if it returned a promise, like getUserMedia() which resolves the promise with the fully configrued stream and allows asynchronous creation.

Please view or discuss this issue at https://github.com/w3c/mediacapture-fromelement/issues/66 using your GitHub account

Received on Sunday, 1 October 2017 15:37:15 UTC