clappr-playback-rate-plugin
clappr-playback-rate-plugin copied to clipboard
How listen on change rate?
Hi, I have the instance Clappr player and how listen on change rate event?
@argentinaluiz There's no method right now to do it, but if you want to submit a PR, you could potentially check for a passed-in callback function around https://github.com/bikegriffith/clappr-playback-rate-plugin/blob/master/src/main.js#L95, then fire the callback, passing the new rate value in there.
@bikegriffith Thanks! I will make this. ;)