Uses of Class
org.webrtc.PeerConnection.RTCConfiguration
Packages that use PeerConnection.RTCConfiguration
-
Uses of PeerConnection.RTCConfiguration in org.webrtc
Methods in org.webrtc with parameters of type PeerConnection.RTCConfigurationModifier 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)