Links

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
yes
Permission required: view-l-room

Query Parameters

Key
Example Value
Description
rid*
zRAeTszXor8CCPceB
The room ID.

Example Call

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'

Example Response

{
"videoCall": {
"rid": "123abcxyz123",
"provider": "webrtc",
"callStatus": "ringing"
},
"success": true
}
Last modified 2d ago
Deprecation for cloud services and apps is now extended to November 20, 2023. Rocket.Chat versions receive support for six months after release.