Is there any way to set a starting time for an embedded player (using the “interactive embed” API from Javascript)?
Calling player.seek right away does nothing. Waiting for Twitch.Player.READY event does nothing. Waiting for Twitch.Player.PLAY (and removing the handler afterwards) works as long as the video isn’t paused initially, but that doesn’t seem to be a good solution.