latestOpenAPI 3.1.0PortSIP2026-08-105581112.6 MB

577415d4a3d5

Media Server

Create a media server

post/media_servers

Request body

namestring required

The name of media server.

enabledboolean

The activate status or deactivated status.

private_ipv4string

Host IPV4 address.

private_ipv6string

Host IPV6 address.

public_ipv4string

Host IPV4 address.

public_ipv6string

Host IPV6 address.

max_concurrencyinteger

Max concurrent sessions.

custom_optionsstring

Some custom configuration options serialized as json string

Response

Created media server

idstring

The unique ID of the resource.

Example response

{
  "id": "NzAwNTUxOTA5NzczMTQ4MTYw"
}