The HTMLMediaElement.muted property indicates whether the media element is muted.
HTMLMediaElement.muted
external bool get muted;
external set muted(bool value);