Name is required.
Email address is required.
Invalid email address
Answer is required.
Exceeding max length of 5KB

Mute


How do I set mute to false permanently?
Using the configure parameter mute:false only causes the player to start muted. The user can still hit the mute button and the audio turns on.
I've also tried using the mute event to turn mute back off:
jwPlayer.on('mute', function () {
jwPlayer.setMute(true);
}
But this causes a race condition where the .setMute triggers the .on('mute', ) and it goes on and on.

1 Community Answers

George

JW Player Support Agent  
0 rated :

Hi,

It sounds like you want to always mute the player, am I correct? If that’s the case, set the player to mute and hide the volume button:
http://qa.jwplayer.com.s3.amazonaws.com/~george/hide_volume_icon.html

This question has received the maximum number of answers.