Uses of Interface
dev.onvoid.webrtc.SetSessionDescriptionObserver
Packages that use SetSessionDescriptionObserver
-
Uses of SetSessionDescriptionObserver in dev.onvoid.webrtc
Methods in dev.onvoid.webrtc with parameters of type SetSessionDescriptionObserverModifier and TypeMethodDescriptionvoid
RTCPeerConnection.setLocalDescription
(RTCSessionDescription description, SetSessionDescriptionObserver observer) Instructs the RTCPeerConnection to apply the supplied RTCSessionDescription as the local description.void
RTCPeerConnection.setRemoteDescription
(RTCSessionDescription description, SetSessionDescriptionObserver observer) Instructs the RTCPeerConnection to apply the supplied RTCSessionDescription as the remote offer or answer.