createPeerConnection



open fun createPeerConnection(    rtcConfig: PeerConnection.RTCConfiguration,     constraints: MediaConstraints,     observer: PeerConnection.Observer): PeerConnection
open fun createPeerConnection(    iceServers: List<PeerConnection.IceServer>,     constraints: MediaConstraints,     observer: PeerConnection.Observer): PeerConnection

Deprecated

Deprecated. PeerConnection constraints are deprecated. Supply values in rtcConfig struct instead and use the method without constraints in the signature.