[SOLVED] "Invalid Topic" returned from PubSub

The pubsub sample is for consuming pubsub topics.

The extension broadcast topic is NOT a valid topic that you can listen on.

Extensions use:

window.Twitch.ext.listen('broadcast', function (topic, contentType, message) {
});

To listen instead.

1 Like