Options specific to the WebRTC peer

Export

PeerOptionsWebRTC

interface PeerOptionsWebRTC {
    enableSimulcast?: boolean;
}

Properties

Properties

enableSimulcast?: boolean

Enables the peer to use simulcast

Memberof

PeerOptionsWebRTC