Interface SimplePeerOptions

interface SimplePeerOptions {
    rtc?: RTCConfiguration;
    timeout?: number;
}

Properties

Properties

rtc?: RTCConfiguration

Configuration options for the RTCPeerConnection.

MDN Reference

timeout?: number

Configure how long to wait before closing the RTCPeerConnection.

If 0 is provided then never close the connection.

Generated using TypeDoc