Uses of Interface
dev.onvoid.webrtc.CreateSessionDescriptionObserver
-
Packages that use CreateSessionDescriptionObserver Package Description dev.onvoid.webrtc -
-
Uses of CreateSessionDescriptionObserver in dev.onvoid.webrtc
Methods in dev.onvoid.webrtc with parameters of type CreateSessionDescriptionObserver Modifier and Type Method Description voidRTCPeerConnection. createAnswer(RTCAnswerOptions options, CreateSessionDescriptionObserver observer)Generates an SDP answer to an offer received from a remote peer with the supported configuration for the session that is compatible with the parameters in the remote configuration.voidRTCPeerConnection. createOffer(RTCOfferOptions options, CreateSessionDescriptionObserver observer)Initiates the creation of an SDP that contains an RFC 3264 offer with the supported configurations for the session, including descriptions of the local MediaStreamTracks attached to this RTCPeerConnection, the codec/RTP/RTCP capabilities supported by this implementation, and parameters of the ICE agent and the DTLS connection.
-