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
| Field | Type | Position | Description |
|---|---|---|---|
| status | boolean | root | The status of the request |
| msg | string | root | Response message |
| status_code | string | root | Response status code. |
| rooms | array<room> | root | Array of Room |