latestOpenAPI 3.1.0PortSIP2026-08-105581112.6 MB

577415d4a3d5

Conference

Query conference server status

Retrieve a conference server's status.

get/conference_servers/{id}/status

Path parameters

idstring required

The unique ID of the resource.

Example:NzAwNTUxOTA5NzczMTQ4MTYw

The unique ID of the conference server.

Response

OK

rooms_countinteger

The number of rooms for conference server.

participants_countinteger

The number of participants for conference server.

cpu_usageinteger

CPU usage.

memory_usageinteger

Memory usage.

status'ONLINE' | 'OFFLINE'

Conference room's status:

  • ONLINE: room is online.
  • OFFLINE: room is offline.