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 TypeMethodDescriptionvoid
PeerConnection.createAnswer
(SdpObserver observer, MediaConstraints constraints) void
PeerConnection.createOffer
(SdpObserver observer, MediaConstraints constraints) private void
PeerConnection.nativeCreateAnswer
(SdpObserver observer, MediaConstraints constraints) private void
PeerConnection.nativeCreateOffer
(SdpObserver observer, MediaConstraints constraints) private void
PeerConnection.nativeSetLocalDescription
(SdpObserver observer, SessionDescription sdp) private void
PeerConnection.nativeSetLocalDescriptionAutomatically
(SdpObserver observer) private void
PeerConnection.nativeSetRemoteDescription
(SdpObserver observer, SessionDescription sdp) void
PeerConnection.setLocalDescription
(SdpObserver observer) void
PeerConnection.setLocalDescription
(SdpObserver observer, SessionDescription sdp) void
PeerConnection.setRemoteDescription
(SdpObserver observer, SessionDescription sdp)