Uses of Class
org.webrtc.MediaConstraints
-
Uses of MediaConstraints in io.antmedia.webrtc.adaptor
Modifier and TypeMethodDescriptionvoid
Adaptor.setSdpMediaConstraints
(MediaConstraints sdpMediaConstraints) -
Uses of MediaConstraints in org.webrtc
Modifier and TypeMethodDescriptionvoid
PeerConnection.createAnswer
(SdpObserver observer, MediaConstraints constraints) PeerConnectionFactory.createAudioSource
(MediaConstraints constraints) void
PeerConnection.createOffer
(SdpObserver observer, MediaConstraints constraints) PeerConnectionFactory.createPeerConnection
(List<PeerConnection.IceServer> iceServers, MediaConstraints constraints, PeerConnection.Observer observer) Deprecated.PeerConnectionFactory.createPeerConnection
(PeerConnection.RTCConfiguration rtcConfig, MediaConstraints constraints, PeerConnection.Observer observer) Deprecated.(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 void
PeerConnection.nativeCreateAnswer
(SdpObserver observer, MediaConstraints constraints) private static long
PeerConnectionFactory.nativeCreateAudioSource
(long factory, MediaConstraints constraints) private void
PeerConnection.nativeCreateOffer
(SdpObserver observer, MediaConstraints constraints) private static long
PeerConnectionFactory.nativeCreatePeerConnection
(long factory, PeerConnection.RTCConfiguration rtcConfig, MediaConstraints constraints, long nativeObserver, SSLCertificateVerifier sslCertificateVerifier)