Uses of Interface
org.webrtc.SdpObserver
Packages that use SdpObserver
-
Uses of SdpObserver in io.antmedia.webrtc.adaptor
Classes in io.antmedia.webrtc.adaptor that implement SdpObserver -
Uses of SdpObserver in org.webrtc
Methods in org.webrtc with parameters of type SdpObserverModifier and TypeMethodDescriptionvoidPeerConnection.createAnswer(SdpObserver observer, MediaConstraints constraints) voidPeerConnection.createOffer(SdpObserver observer, MediaConstraints constraints) private voidPeerConnection.nativeCreateAnswer(SdpObserver observer, MediaConstraints constraints) private voidPeerConnection.nativeCreateOffer(SdpObserver observer, MediaConstraints constraints) private voidPeerConnection.nativeSetLocalDescription(SdpObserver observer, SessionDescription sdp) private voidPeerConnection.nativeSetLocalDescriptionAutomatically(SdpObserver observer) private voidPeerConnection.nativeSetRemoteDescription(SdpObserver observer, SessionDescription sdp) voidPeerConnection.setLocalDescription(SdpObserver observer) voidPeerConnection.setLocalDescription(SdpObserver observer, SessionDescription sdp) voidPeerConnection.setRemoteDescription(SdpObserver observer, SessionDescription sdp)