Hi developers,
How can i use the stream ID to open a stream with no chat? What does the URL look like?
https://player.twitch.tv/?channel=[ID] OR
https://player.twitch.tv/?id=[ID]
…is not working.
I can do a username lookup via the API and then use that like
https://player.twitch.tv/?channel=[username]
… but that is creating a bit more overhead than it should.