I am looking to read multiple twitch channels, channel point redemptions simultaneously. I currently know how to read a single channel’s redemptions, but am not sure how to syntactically do multiple twitch channels.
I use the PubSub to read a single channel and noticed it allows multiple topics, unsure if I need to get all users with a single auth token or create a list of both user topics and user auth tokens individually
Above is my code for example, would I have to do multiple ws.send for multiple users? Or is there a way to combine all the users into a single ws.send ?