Uses of Class
org.webrtc.MediaConstraints
Packages that use MediaConstraints
-
Uses of MediaConstraints in io.antmedia.webrtc.adaptor
Fields in io.antmedia.webrtc.adaptor declared as MediaConstraintsMethods in io.antmedia.webrtc.adaptor that return MediaConstraintsMethods in io.antmedia.webrtc.adaptor with parameters of type MediaConstraintsModifier and TypeMethodDescriptionvoid
Adaptor.setSdpMediaConstraints
(MediaConstraints sdpMediaConstraints) -
Uses of MediaConstraints in org.webrtc
Methods in org.webrtc with parameters of type MediaConstraintsModifier 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)