Uses of Class
dev.onvoid.webrtc.RTCRtpReceiver
-
Packages that use RTCRtpReceiver Package Description dev.onvoid.webrtc -
-
Uses of RTCRtpReceiver in dev.onvoid.webrtc
Methods in dev.onvoid.webrtc that return RTCRtpReceiver Modifier and Type Method Description RTCRtpReceiverRTCRtpTransceiver. getReceiver()The RTCRtpReceiver corresponding to the RTP media that may be received with mid = mid.RTCRtpReceiver[]RTCPeerConnection. getReceivers()Returns an array ofRTCRtpReceiverobjects representing the RTP receivers that belong to non-stoppedRTCRtpTransceiverobjects currently attached to this RTCPeerConnection.Methods in dev.onvoid.webrtc with parameters of type RTCRtpReceiver Modifier and Type Method Description voidRTCPeerConnection. getStats(RTCRtpReceiver receiver, RTCStatsCollectorCallback callback)Gathers the current statistics of the specified RTCRtpReceiver.default voidPeerConnectionObserver. onAddTrack(RTCRtpReceiver receiver, MediaStream[] mediaStreams)New incoming media has been negotiated for a specific RTCRtpReceiver, and that receiver's track has been added to any associated remote MediaStreams.default voidPeerConnectionObserver. onRemoveTrack(RTCRtpReceiver receiver)Called when signaling indicates that media will no longer be received on a track.
-