Automute twitch-embed on WordPress

Users experience the embedded live-stream being unmuted when they enter my site, and it ruins the ux - is there a way to automute the embedded stream in the HTML?

Specify the muted parameter when using Embed Everything

So

var embed = new Twitch.Embed('twitch-embed', {
  channel: 'monstercat',
  muted: true
});

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