Hi,
I want my code to be notified when someone hosts a specific channel. Does someone know how to do that?
There is no websocket for that in PubSub https://dev.twitch.tv/docs/pubsub/#subscribing-to-topics
and no webhook on that topic https://dev.twitch.tv/docs/api/webhooks-reference/
The only way I see is to connect to the chat with the broadcaster account. Isn’t there any other way? How does streamlabs do it?
Thanks