Returns true if the volume is set to 0.
0
const isMute = player.isMute();
boolean
if (player.isMute()) { console.log("The content plays with no sound."); }
isMute