websocket connection drops right when the cognigy bot ts speaking audio. getting event 1006 closed abnormally in the browser console.
const ws = new WebSocket(‘wss://api.mypurecloud.com/api/v2/analytics/events/stream’);
ws.onclose = (e) => console.log(‘dropped:’, e.code);
any idea why the audio stream kills the connection?