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) PeerConnectionPeerConnectionFactory.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 longPeerConnectionFactory.nativeCreatePeerConnection(long factory, PeerConnection.RTCConfiguration rtcConfig, MediaConstraints constraints, long nativeObserver, SSLCertificateVerifier sslCertificateVerifier) private booleanPeerConnection.nativeSetConfiguration(PeerConnection.RTCConfiguration config) booleanPeerConnection.setConfiguration(PeerConnection.RTCConfiguration config)