Interface IPeerConnectionConfiguration

The peer connection configuration interface.

interface IPeerConnectionConfiguration {
    handshakeServers?: IPeerConnectionHandshakeServer[];
}

Properties

handshakeServers?: IPeerConnectionHandshakeServer[]

The handshake servers to use for the connection.

Generated using TypeDoc