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

I would say it's not intended. 

The enabling and disabling of a track directly updates the attribute and therefore there's no event coupled with it. The muted event is intended to notify the script about what happens with the underlying source of the track which the script normally has no control over (we have no corresponding object representing the source).



-- 
GitHub Notification of comment by adam-be
Please view or discuss this issue at https://github.com/w3c/mediacapture-main/issues/477#issuecomment-323368092 using your GitHub account

Received on Friday, 18 August 2017 14:25:52 UTC