Uses of Class
dev.onvoid.webrtc.RTCOfferOptions
Packages that use RTCOfferOptions
-
Uses of RTCOfferOptions in dev.onvoid.webrtc
Methods in dev.onvoid.webrtc with parameters of type RTCOfferOptionsModifier and TypeMethodDescriptionvoid
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.