unMute

June 13, 2024 ยท View on GitHub

Description

Un-mute the audio volume if previously muted.

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.unMute();

Example

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

// unmute and restore the previous volume
player.unMute();