Hello, is there a method for listening for volume changing?
Couldn't find anything in MediaPlayerEvents.
No, there is nothing. The only solution right now for that is adding an event listener for the event 'volumechange' to the underlying video element (MediaPlayer.getVideoElement()).
Thanks, i'll try it!