- From: jan-ivar via GitHub <sysbot+gh@w3.org>
- Date: Fri, 13 Feb 2015 01:51:13 +0000
- To: public-media-capture-logs@w3.org
jan-ivar has just created a new issue for
https://github.com/w3c/mediacapture-main:
= No way to represent a boolean Capability that can be turned on or
off =
The doc in #118 talks about "a microphone that can be opened with echo
cancelation turned on or off".
What should getCapabilities() return for such a mic? The document
seems to assume:
{ echoCancelation: { min: false, max: true } }
which I think is a great idea!
This requires a spec-change to
[ConstrainBooleanParameters](http://w3c.github.io/mediacapture-main/getusermedia.html#dictionary-constrainbooleanparameters-members).
See https://github.com/w3c/mediacapture-main/issues/138
Received on Friday, 13 February 2015 01:51:26 UTC