Interface CallServer

Describes a server for relaying call data.

interface CallServer {
    @type: "callServer";
    id: string;
    ip_address: string;
    ipv6_address: string;
    port: number;
    type: CallServerType;
}

Properties

@type: "callServer"
id: string

Server identifier.

ip_address: string

Server IPv4 address.

ipv6_address: string

Server IPv6 address.

port: number

Server port number.

Server type.