Looking for advice on
- WebSocket handshake to
wss://api.mypurecloud.com/api/v2/guest/conversationsreturns 1006 (Abnormal Closure) - I am bypassing the default widget to build a custom iOS UI and sending this JSON payload upon connection:
{"type": "connect", "payload": {"locale": "en-US", "name": "TestUser", "email": "[email protected]"}}
- The
Authorizationheader contains a valid Bearer token withguest:sendscope, yet the server drops the socket immediately without adisconnectframe.