This feature is not Baseline because it does not work in some of the most widely-used browsers.
Experimental: This is an experimental technology
Check the Browser compatibility table carefully before using this in production.
The muted Boolean property of the VideoTrackGenerator interface can be used to temporarily halt or resume the generation of video frames in the output track.
A boolean.
To pause production of video frames:
videoTrackGenerator.muted = true;
To resume production of video frames:
videoTrackGenerator.muted = false;
| Specification |
|---|
| MediaStreamTrack Insertable Media Processing using Streams> # dom-videotrackgenerator-muted> |
| Desktop | Mobile | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Chrome | Edge | Firefox | Opera | Safari | Chrome Android | Firefox for Android | Opera Android | Safari on IOS | Samsung Internet | WebView Android | WebView on iOS | |
muted |
No | No | No | No | 18 | No | No | No | 18 | No | No | 18 |
© 2005–2025 MDN contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/API/VideoTrackGenerator/muted