Chat
Overview
Listen for chat actions.
This API allows you to connect to Restream Chat and receive all actions which include: information about current chat connections; incoming events collected from event sources like Twitch, YouTube, etc.; sent replies and relays.
Warning
This method requires authentication
Connect with WebSocket
Here is a sample in JavaScript that connects to the API using WebSocket API as it is available in the browser:
Message direction
This API works one way — from the server to the client. The server will ignore any incoming messages.