Uses of Class
dev.onvoid.webrtc.RTCRtpSender
Packages that use RTCRtpSender
-
Uses of RTCRtpSender in dev.onvoid.webrtc
Methods in dev.onvoid.webrtc that return RTCRtpSenderModifier and TypeMethodDescriptionRTCPeerConnection.addTrack
(MediaStreamTrack track, List<String> streamIds) Adds a new track to the RTCPeerConnection, and indicates that it is contained in the specified MediaStreams.RTCRtpTransceiver.getSender()
The RTCRtpSender corresponding to the RTP media that may be sent with mid = mid.RTCPeerConnection.getSenders()
Returns an array ofRTCRtpSender
objects representing the RTP senders that belong to non-stoppedRTCRtpTransceiver
objects currently attached to this RTCPeerConnection.Methods in dev.onvoid.webrtc with parameters of type RTCRtpSenderModifier and TypeMethodDescriptionvoid
RTCPeerConnection.getStats
(RTCRtpSender sender, RTCStatsCollectorCallback callback) Gathers the current statistics of the specified RTCRtpSender.void
RTCPeerConnection.removeTrack
(RTCRtpSender sender) Stops sending media from sender.