HTML Audio/Video DOM Reference
Set video to be muted by default:
The defaultMuted property sets or returns if the audio/video is muted by default.
Setting this property will only change the default muted state, not the current. To change the current muted state, use the muted property.
![]()
The defaultMuted property is only supported in Chrome and Safari 6.
Set the defaultMuted property:
Return the defaultMuted property:
| Value | Description |
|---|---|
| true | Indicates that the audio/video is muted by default |
| false | Default. Indicates that the audio/video is NOT muted by default |
| Return Value: | Boolean, true|false |
|---|---|
| Default Value: | false |
HTML Audio/Video DOM Reference
Your message has been sent to W3Schools.