MediaRecorder.ignoreMutedMedia

Obsolete
This feature is obsolete. Although it may still work in some browsers, its use is discouraged since it could be removed at any time. Try to avoid using it.

The ignoreMutedMedia property of the MediaRecorder interface indicates whether the MediaRecorder instance will record input, when the input MediaStreamTrack is muted. If this attribute is false, MediaRecorder will record silence for audio and black frames for video. The default is false.

Syntax

var boolean = MediaRecorder.ignoreMutedMedia
MediaRecorder.ignoreMutedMedia = boolean

Value

A Boolean.

Browser Compatibility

DesktopMobile
ChromeEdgeFirefoxInternet ExplorerOperaSafariAndroid webviewChrome for AndroidFirefox for AndroidOpera for AndroidSafari on iOSSamsung Internet
ignoreMutedMedia
DeprecatedNon-standard
Chrome No support 49 — 57Edge No support NoFirefox ? IE No support NoOpera No support 36 — 44Safari No support NoWebView Android No support 49 — 57Chrome Android No support 49 — 57Firefox Android ? Opera Android No support 36 — 44Safari iOS No support NoSamsung Internet Android No support 5.0 — 7.0

Legend

No support
No support
Compatibility unknown
Compatibility unknown
Non-standard. Expect poor cross-browser support.
Non-standard. Expect poor cross-browser support.
Deprecated. Not for use in new websites.
Deprecated. Not for use in new websites.