Interface IPeerConnectionHandshakeServer

The peer connection handshake server interface.

interface IPeerConnectionHandshakeServer {
    credential?: string;
    urls: string | string[];
    username?: string;
}

Properties

credential?: string

The credential for the handshake server.

urls: string | string[]

The urls for the handshake server.

username?: string

The username for the handshake server.

Generated using TypeDoc