Can't Pause or SetMuted on Embed

For some reason my twitch player embed is not responding programmatically to any playback control functions. I have tried the following:

.pause(), .play(). .setVideo(), and .setMuted()

The embed will load the specified channel on page load, but once the livestream is loaded and running the player does not respond to any commands. Any ideas?

Note that this is the “Interactive Player Embed” described here: https://dev.twitch.tv/docs/v5/guides/embed-video/#synchronous-playback-controls

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.