Uses of Class
dev.onvoid.webrtc.RTCRtpTransceiver
-
Packages that use RTCRtpTransceiver Package Description dev.onvoid.webrtc -
-
Uses of RTCRtpTransceiver in dev.onvoid.webrtc
Methods in dev.onvoid.webrtc that return RTCRtpTransceiver Modifier and Type Method Description RTCRtpTransceiverRTCPeerConnection. addTransceiver(MediaStreamTrack track, RTCRtpTransceiverInit init)Create a new RTCRtpTransceiver and add it to the set of transceivers.RTCRtpTransceiver[]RTCPeerConnection. getTransceivers()Returns an array ofRTCRtpTransceiverobjects representing the RTP transceivers that are currently attached to this RTCPeerConnection.Methods in dev.onvoid.webrtc with parameters of type RTCRtpTransceiver Modifier and Type Method Description default voidPeerConnectionObserver. onTrack(RTCRtpTransceiver transceiver)Called when signaling indicates a transceiver will be receiving media from the remote peer, as a result of SetRemoteDescription.
-