My onContext aren't triggering when user changes some control as pause. Is it possible to do it?

var twitch = window.Twitch.ext;
twitch.onContext(function (context, changed) {

console.log("context", context);

console.log("changed", changed);

})

This issue has been discussed before at length in the Discord.

I think it was ticketed but it was ticketed before the github was a thing.

So you might want to raise this on the github for visibility

1 Like