ApolloStudios-TwitchIntegration provides an in-game browser interface for Twitch integration. In its client code, the twitch command gives the interface mouse and keyboard focus and sends ShowEverything. The stopUIControl callback releases focus. Those paths are the starting point for checking how players open and close the interface.
Setup and checks
Inspect the HTML, JavaScript and server logging code before enabling it for players. Check which external hosts receive requests, keep private tokens out of client files and verify the intended channel. Test opening, closing, unavailable Twitch content and reconnection so a failed embed does not leave gameplay controls trapped.