Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 347 Bytes

mute.md

File metadata and controls

23 lines (15 loc) · 347 Bytes

mute

Description

Mute the audio volume.

It can then be un-muted through the unMute method.

As the volume is not dependent on a single content (it is persistent), this method can also be called when no content is playing.

Syntax

player.mute();

Example

// mute the current volume
player.mute();