Uses of Interface
dev.onvoid.webrtc.CreateSessionDescriptionObserver
Packages that use CreateSessionDescriptionObserver
-
Uses of CreateSessionDescriptionObserver in dev.onvoid.webrtc
Methods in dev.onvoid.webrtc with parameters of type CreateSessionDescriptionObserverModifier and TypeMethodDescriptionvoid
RTCPeerConnection.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.void
RTCPeerConnection.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.