API ReferenceRoomsGet_active_room_info
Get active room info
Retrieve information about a single active room by `room_id`.
Retrieve information about a single active room by `room_id`.
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 GET "https://v.cloudapi.vconnct.me/api/v4/rooms/get_active_room_info?room_id=string"{
"room": {
"room_id": "room123",
"status": "active",
"moderator_id": "hisham"
}
}{
"error": "Invalid signature"
}curl -X GET "https://v.cloudapi.vconnct.me/api/v4/rooms/get_active_room_info?room_id=string"