latestOpenAPI 3.1.0PortSIP2026-08-105581112.6 MB

577415d4a3d5

Conference

Create a conference server

Create a conference server.
Please note that: at least one of ipv4 or ipv6 must be specified.

post/conference_servers

Request body

namestring required

The name of conference server.

enabledboolean

The activate status or deactivated status.

ipv4string

Host IPV4 address.

ipv6string

Host IPV6 address.

max_roomsinteger required

The maximum number of rooms for conference server.

max_participantsinteger required

The maximum number of participants for conference server.

Response

OK

idstring

The unique ID of the resource.

Example response

{
  "id": "NzAwNTUxOTA5NzczMTQ4MTYw"
}