Uses of Class
dev.onvoid.webrtc.RTCRtpSender
-
Packages that use RTCRtpSender Package Description dev.onvoid.webrtc -
-
Uses of RTCRtpSender in dev.onvoid.webrtc
Methods in dev.onvoid.webrtc that return RTCRtpSender Modifier and Type Method Description RTCRtpSenderRTCPeerConnection. addTrack(MediaStreamTrack track, List<String> streamIds)Adds a new track to the RTCPeerConnection, and indicates that it is contained in the specified MediaStreams.RTCRtpSenderRTCRtpTransceiver. getSender()The RTCRtpSender corresponding to the RTP media that may be sent with mid = mid.RTCRtpSender[]RTCPeerConnection. getSenders()Returns an array ofRTCRtpSenderobjects representing the RTP senders that belong to non-stoppedRTCRtpTransceiverobjects currently attached to this RTCPeerConnection.Methods in dev.onvoid.webrtc with parameters of type RTCRtpSender Modifier and Type Method Description voidRTCPeerConnection. getStats(RTCRtpSender sender, RTCStatsCollectorCallback callback)Gathers the current statistics of the specified RTCRtpSender.voidRTCPeerConnection. removeTrack(RTCRtpSender sender)Stops sending media from sender.
-