- From: Jan-Ivar Bruaroey via GitHub <sysbot+gh@w3.org>
- Date: Mon, 26 Feb 2024 16:03:01 +0000
- To: public-webrtc-logs@w3.org
If so, then back to the OP problem:
Might it be less surprising if MediaRecorder's mimeType setting (to basically override UA codec choices) didn't also act as an input selector?
A way to exclude audio from a recording already exists:
```js
const rec = new MediaRecorder(new MediaStream(...stream.getVideoTracks()), options);
```
...and works even if `options` is `{}`.
--
GitHub Notification of comment by jan-ivar
Please view or discuss this issue at https://github.com/w3c/mediacapture-record/issues/194#issuecomment-1964509092 using your GitHub account
--
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Monday, 26 February 2024 16:03:02 UTC