Uses of Interface
org.webrtc.PeerConnection.Observer
Packages that use PeerConnection.Observer
-
Uses of PeerConnection.Observer in io.antmedia.webrtc.adaptor
Classes in io.antmedia.webrtc.adaptor that implement PeerConnection.Observer -
Uses of PeerConnection.Observer in org.webrtc
Fields in org.webrtc declared as PeerConnection.ObserverModifier and TypeFieldDescriptionprivate PeerConnection.ObserverPeerConnectionDependencies.Builder.observerprivate final PeerConnection.ObserverPeerConnectionDependencies.observerMethods in org.webrtc that return PeerConnection.ObserverModifier and TypeMethodDescription(package private) PeerConnection.ObserverPeerConnectionDependencies.getObserver()Methods in org.webrtc with parameters of type PeerConnection.ObserverModifier and TypeMethodDescriptionPeerConnectionDependencies.builder(PeerConnection.Observer observer) static longPeerConnection.createNativePeerConnectionObserver(PeerConnection.Observer observer) PeerConnectionFactory.createPeerConnection(List<PeerConnection.IceServer> iceServers, MediaConstraints constraints, PeerConnection.Observer observer) Deprecated.PeerConnectionFactory.createPeerConnection(List<PeerConnection.IceServer> iceServers, PeerConnection.Observer observer) PeerConnectionFactory.createPeerConnection(PeerConnection.RTCConfiguration rtcConfig, MediaConstraints constraints, PeerConnection.Observer observer) Deprecated.PeerConnectionFactory.createPeerConnection(PeerConnection.RTCConfiguration rtcConfig, PeerConnection.Observer observer) (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 longPeerConnection.nativeCreatePeerConnectionObserver(PeerConnection.Observer observer) Constructors in org.webrtc with parameters of type PeerConnection.ObserverModifierConstructorDescriptionprivateBuilder(PeerConnection.Observer observer) privatePeerConnectionDependencies(PeerConnection.Observer observer, SSLCertificateVerifier sslCertificateVerifier)