Re: [mediacapture-fromelement] Is mute event expected to be dispatched at MediaStreamTrack when enabled is set to false? (#80)

@Pehrsons Interestingly found a case where Chromium _does_ dispatch `mute` event though Firefox _does not_ dispatch `mute` event; in fact the canvas `MediaStreamTrack` `enabled` is `true` and `muted` is `false` even when images are no longer drawn onto a `<canvas>` element and captured using `requestFrame()`. In addition, the `ImageBitmap`s set at `<canvas>` are not captured at all; instead of black frames being rendered the `<video>` rendering the output is transparent, with the resulting `Blob` not playable.

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

Received on Saturday, 8 June 2019 16:19:51 UTC