Re: [mediacapture-record] ignoreMutedMedia on a combination of muted and unmuted tracks?

Also, given how easy it is now to recompose streams out of tracks now,
 are we sure we still need this option? E.g. removing audio:

```js
let rec = new MediaRecorder(new MediaStream(stream.getVideoTracks()));
```

-- 
GitHub Notification of comment by jan-ivar
Please view or discuss this issue at 
https://github.com/w3c/mediacapture-record/issues/99#issuecomment-267394541
 using your GitHub account

Received on Thursday, 15 December 2016 17:51:40 UTC