Uses of Class
org.webrtc.PeerConnection.RTCConfiguration
-
Uses of PeerConnection.RTCConfiguration in org.webrtc
Modifier and TypeMethodDescriptionPeerConnectionFactory.createPeerConnection
(PeerConnection.RTCConfiguration rtcConfig, MediaConstraints constraints, PeerConnection.Observer observer) Deprecated.PeerConnectionFactory.createPeerConnection
(PeerConnection.RTCConfiguration rtcConfig, PeerConnection.Observer observer) PeerConnectionFactory.createPeerConnection
(PeerConnection.RTCConfiguration rtcConfig, PeerConnectionDependencies dependencies) (package private) PeerConnection
PeerConnectionFactory.createPeerConnectionInternal
(PeerConnection.RTCConfiguration rtcConfig, MediaConstraints constraints, PeerConnection.Observer observer, SSLCertificateVerifier sslCertificateVerifier) Internal helper function to pass the parameters down into the native JNI bridge.private static long
PeerConnectionFactory.nativeCreatePeerConnection
(long factory, PeerConnection.RTCConfiguration rtcConfig, MediaConstraints constraints, long nativeObserver, SSLCertificateVerifier sslCertificateVerifier) private boolean
PeerConnection.nativeSetConfiguration
(PeerConnection.RTCConfiguration config) boolean
PeerConnection.setConfiguration
(PeerConnection.RTCConfiguration config)