Re: [mediacapture-main] When an HTMLMediaElement has srcObject set to a MediaStream where the MediaStreamTrack is muted the HTMLMediaElement muted attribute should be set to muted to reflect muted input and muted output (#583)

@annevk See above issue relevant to HTML Standard description of `muted` attribute of `HTMLMediaElement`. The `muted` attribute of the `<audio>` or `<video>` element should be set to the value of the `MediaStreamTrack` when the `srcObject` of the `HTMLMediaElement` is set to a `MediaStream`, else the resulting value of `HTMLMediaElement.muted` will continue to be inconsistent, and in certain cases, inaccurate. (Still banned from WHATWG HTML Standard else would file the same issue there).

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

Received on Wednesday, 1 May 2019 22:48:15 UTC