Skip to main content

Get active rooms info

Endpoint: /room/getActiveRoomsInfo

This endpoint provides a comprehensive overview of all currently active rooms on the server. It returns an array of room objects, each containing the same detailed information as the /room/getActiveRoomInfo endpoint, including participant lists and room metadata.

This is a powerful tool for server-wide monitoring and administration. It's ideal for building a real-time dashboard that shows all ongoing meetings, the number of participants in each, and other session details.

Example:

{}

Response

FieldTypePositionDescription
statusbooleanrootThe status of the request
msgstringrootResponse message
status_codestringrootResponse status code.
roomsarray<room>rootArray of Room