These API calls are used to change the playback volume of the player.
Endpoints
| Method | Description |
|---|---|
| .getMute() | NA |
| .getVolume() | NA |
| .setMute(state) | NA |
| setVolume(volume) | NA |
Events
| Method | Description |
|---|---|
| .on('mute') | Triggered when the player has gone in or out of a mute state. |
| .on('volume') | Triggered when the player's volume is changed. |
