RCC API from browser
I would like to use RCC from the browser.
My situation:
I can connect to the PBX web socket and authenticate.
Connecting to : ws://ipva.ilink.de/PBX0/APPCLIENT/websocket
Got connect
msg sent: {"mt":"Login","type":"user"}
msg received: {"mt":"Authenticate","type":"user","method":"digest","domain":"Applikationen.com","challenge":"f42a0d6ff42a0827"}
msg sent: {"mt":"Login","type":"user","method":"digest","username":"cjg","nonce":"dc2fbb6b6bbc8ef2","response":"2814a53e43afb39d5bbf1d55d9160c5d460a7980da8cee8241faca9f3c5d96cc"}
msg received: {"mt":"LoginResult","info":{"user":{"domain":"Applikationen.com","...}
So far so good.
Now I would like to use the RCC API, not the phone API. Is there an examples? Is this possible at all?