Easy Tutorial
❮ Prop Week Autofocus Jsref Regexp Charset ❯

Video defaultMuted Property

Video Object

Example

Set video to be muted by default:


Definition and Usage

The defaultMuted property sets or returns whether the audio/video is muted by default.

Setting this property only changes the default muted state, not the current one. To change the current muted state, use the muted property.


Browser Support

The defaultMuted property is supported by Chrome and Safari 6 browsers.


Syntax

Return the defaultMuted property:

Set the defaultMuted property:

Property Values

Value Description
true false Describes whether the video is muted by default. true - Indicates the video is muted by default.<br> false - Default. Indicates the video is not muted by default.

Technical Details

Return Value: Boolean, returns true if the video is muted by default, otherwise returns false.
Default Value: false
--- ---
❮ Prop Week Autofocus Jsref Regexp Charset ❯