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

How to disable audio button from default Jwplayer 2.7.3


Hi,
In Jwplayer 2.7.3+19 android sdk
I want to disable audio button from player , as the player started controls are not visible on player instead showed me one audio button until and unless i press that audio button i am unable to see the other controls, I tried with .mute(false) doesn't work for me . Any other way to do that work

Thanks
Ganesh

1 Community Answers

George

JW Player Support Agent  
0 rated :

Remove autostart from your PlayerConfig and call mPlayerView.play(true); to autostart instead.

This question has received the maximum number of answers.