API ReferenceRoomsEnd_room
End Room
End an active room
End an active room
curl -X POST "https://v.cloudapi.vconnct.me/api/v3/rooms/end_room" \ -H "Content-Type: application/json" \ -d '{ "room_id": "string" }'{
"status": true,
"msg": "string"
}curl -X POST "https://v.cloudapi.vconnct.me/api/v3/rooms/end_room" \
-H "Content-Type: application/json" \
-d '{
"room_id": "string"
}'