Uses of Class
org.webrtc.PeerConnection
Packages that use PeerConnection
-
Uses of PeerConnection in io.antmedia.webrtc.adaptor
Fields in io.antmedia.webrtc.adaptor declared as PeerConnectionMethods in io.antmedia.webrtc.adaptor that return PeerConnectionMethods in io.antmedia.webrtc.adaptor with parameters of type PeerConnection -
Uses of PeerConnection in org.webrtc
Methods in org.webrtc that return PeerConnectionModifier and TypeMethodDescriptionPeerConnectionFactory.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) 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.