[mediacapture-main] Should setting MediaStreamTrack.enabled = false on a track make it muted?

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

== Should setting MediaStreamTrack.enabled = false on a track make it muted? ==
The spec says "A disabled track is logically equivalent to a muted track, from a consumer point of view."

Does this mean that setting enabled = false on an unmuted live track should also result in the track becoming muted (with the corresponding firing of the muted event)? 
Is this behavior mandatory, allowed or forbidden? I did not find any explicit language in the spec about this. My interpretation of the spec as written is that this behavior is allowed, but not mandatory.


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

Received on Wednesday, 16 August 2017 11:41:23 UTC