API ReferenceRoomsEnd_room
End a room
Ends a specific room session.
Ends a specific room session.
In: header
HMAC SHA256 (Base64-encoded) signature of the request. Generate this using your API key and the request parameters (room_id). The server validates this signature to verify authenticity.
In: header
application/json
application/json
curl -X POST "https://v.cloudapi.vconnct.me/api/v4/rooms/end_room" \ -H "Content-Type: application/json" \ -d '{ "room_id": "{{room_id}}" }'{
"ended": true
}{
"error": "Invalid signature"
}curl -X POST "https://v.cloudapi.vconnct.me/api/v4/rooms/end_room" \
-H "Content-Type: application/json" \
-d '{
"room_id": "{{room_id}}"
}'