API ReferenceRoomsGet_active_rooms_info
Get all active rooms info
Retrieve information about all active rooms in the project/context.
Retrieve information about all active rooms in the project/context.
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
curl -X GET "https://v.cloudapi.vconnct.me/api/v4/rooms/get_active_rooms_info"{
"rooms": [
{
"room_id": "room123",
"status": "active"
}
]
}curl -X GET "https://v.cloudapi.vconnct.me/api/v4/rooms/get_active_rooms_info"