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