Re: [mediacapture-main] No way to represent a boolean Capability that can be turned on or off

Good point. We probably shouldn't rely on an understanding of false < 
true in an API. So:

    { echoCancelation: [false, true] }

seems cleaner (even though parsing is worse). BTW, any progress on 
what exactly getCapabilities() returns? I had to rely on spec examples
 to learn whether it should be the above or:

    { echoCancelation: { exact: [false, true] } }

-- 
GitHub Notif of comment by jan-ivar
See 
https://github.com/w3c/mediacapture-main/issues/138#issuecomment-74317264

Received on Friday, 13 February 2015 20:03:00 UTC