Websocket
Composer
Opening the Connection
let socket = new WebSocket('wss://example.com/control/websocket?bearer_token=<access token>');Last updated