Uses of Class
dev.onvoid.webrtc.RTCRtpReceiver
Packages that use RTCRtpReceiver
-
Uses of RTCRtpReceiver in dev.onvoid.webrtc
Methods in dev.onvoid.webrtc that return RTCRtpReceiverModifier and TypeMethodDescriptionRTCRtpTransceiver.getReceiver()
The RTCRtpReceiver corresponding to the RTP media that may be received with mid = mid.RTCPeerConnection.getReceivers()
Returns an array ofRTCRtpReceiver
objects representing the RTP receivers that belong to non-stoppedRTCRtpTransceiver
objects currently attached to this RTCPeerConnection.Methods in dev.onvoid.webrtc with parameters of type RTCRtpReceiverModifier and TypeMethodDescriptionvoid
RTCPeerConnection.getStats
(RTCRtpReceiver receiver, RTCStatsCollectorCallback callback) Gathers the current statistics of the specified RTCRtpReceiver.default void
PeerConnectionObserver.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 void
PeerConnectionObserver.onRemoveTrack
(RTCRtpReceiver receiver) Called when signaling indicates that media will no longer be received on a track.