Uses of Class
dev.onvoid.webrtc.RTCOfferOptions
-
Packages that use RTCOfferOptions Package Description dev.onvoid.webrtc -
-
Uses of RTCOfferOptions in dev.onvoid.webrtc
Methods in dev.onvoid.webrtc with parameters of type RTCOfferOptions Modifier and Type Method Description 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.
-