Uses of Class
dev.onvoid.webrtc.RTCAnswerOptions
Packages that use RTCAnswerOptions
-
Uses of RTCAnswerOptions in dev.onvoid.webrtc
Methods in dev.onvoid.webrtc with parameters of type RTCAnswerOptionsModifier 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.