- From: Bryan B via GitHub <sysbot+gh@w3.org>
- Date: Thu, 18 Feb 2016 00:48:03 +0000
- To: public-media-capture@w3.org
bbernhar has just created a new issue for
https://github.com/w3c/mediacapture-depth:
== Clarify constraint selection order from getUsetMedia(). ==
If the UA requests with the constraints of `{video: true, audio: true,
depth: true}`, it's not clear if the selected corresponding video
device was decided by a paired default audio device and a separate
depth device OR a paired depth device and a separate non-default audio
device.
Per 6.6.1, we should consider enforcing the order of selection with a
depth constraint where it takes precedence in deciding a corresponding
video device. This would prevent selecting a combined stream with
separate group identifiers in implementations.
Please view or discuss this issue at
https://github.com/w3c/mediacapture-depth/issues/94 using your GitHub
account
Received on Thursday, 18 February 2016 00:48:11 UTC