Hello guys,
I’ve been recently trying to use the Twitch embed player for one of my projects.
While using the interactive player API, more specifically the seek()
function, I’ve noticed that it only works while the player is playing. If I pause the player manually or programmatically and call the seek()
function, the current time does not change.
Is this the expected behavior? If yes, does anyone know a workaround for changing the current VOD time while the video is paused?