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