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 TypeMethodDescriptionvoidAdaptor.setSdpMediaConstraints(MediaConstraints sdpMediaConstraints) -
Uses of MediaConstraints in org.webrtc
Methods in org.webrtc with parameters of type MediaConstraintsModifier and TypeMethodDescriptionvoidPeerConnection.createAnswer(SdpObserver observer, MediaConstraints constraints) PeerConnectionFactory.createAudioSource(MediaConstraints constraints) voidPeerConnection.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) 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 voidPeerConnection.nativeCreateAnswer(SdpObserver observer, MediaConstraints constraints) private static longPeerConnectionFactory.nativeCreateAudioSource(long factory, MediaConstraints constraints) private voidPeerConnection.nativeCreateOffer(SdpObserver observer, MediaConstraints constraints) private static longPeerConnectionFactory.nativeCreatePeerConnection(long factory, PeerConnection.RTCConfiguration rtcConfig, MediaConstraints constraints, long nativeObserver, SSLCertificateVerifier sslCertificateVerifier)