
Hiding quality button in the controlbar.
Hello,
I've been trying to find a way to hide the quality button in the control bar. We want to strive to be a bit more user friendly and showing users too many options is not something we want to have on by default but by a separate user action.
I tried using the js api and tried something like this:
jwplayer.removeButton("quality");
But it didn't do anything. Much help needed! :)