Interface IPeerConnectionOfferOptions

The peer connection offer options interface.

interface IPeerConnectionOfferOptions {
    handshakeRestart?: boolean;
}

Properties

handshakeRestart?: boolean

Whether or not to restart the handshake.

Generated using TypeDoc