VideoContext
VideoContext copied to clipboard
playbackStateChangedListener/more event emission
At the moment it is not very easily possible to get notified when playback has been started or paused. There is the chance to registerCallback
but that would notify on each update. Would be nice to have more event emitted, to properly build stuff around, .e.g. to register a callback whenever state changes.
Sounds good.
We're about to merge some better regression testing. Adding more events could be a good change to get in after that