After making the connection with websocket, when i try to send
webSocket.send({ "action": "configureSession",
"deploymentId": "bcc60c46-d8aa-4bb2-86c9-ac9dce7e0354",
"token": "0fa64379-f745-4348-8070-861e9a22fe84"
})
I am getting this as response in onMessage: "{"type":"response","class":"string","code":400,"body":"Request invalid [object Object]"}"