Start Call
Starts a webrtc audio/video call.
Start a WebRTC audio/video call in a room.
HTTP Method | URL | Requires Auth |
---|---|---|
GET | /api/v1/livechat/webrtc.call |
Permission required:
view-l-room
Key | Example Value | Description |
---|---|---|
rid * | zRAeTszXor8CCPceB | The room ID. |
curl --location --request GET 'http://localhost:3000/api/v1/livechat/webrtc.call?rid=123abcxyz123\
--header 'X-Auth-Token: myauth-token' \
--header 'X-User-Id: myuser-name'
{
"videoCall": {
"rid": "123abcxyz123",
"provider": "webrtc",
"callStatus": "ringing"
},
"success": true
}
Last modified 2d ago