Uses of Interface
dev.onvoid.webrtc.RTCStatsCollectorCallback
Packages that use RTCStatsCollectorCallback
-
Uses of RTCStatsCollectorCallback in dev.onvoid.webrtc
Methods in dev.onvoid.webrtc with parameters of type RTCStatsCollectorCallbackModifier and TypeMethodDescriptionvoid
RTCPeerConnection.getStats
(RTCRtpReceiver receiver, RTCStatsCollectorCallback callback) Gathers the current statistics of the specified RTCRtpReceiver.void
RTCPeerConnection.getStats
(RTCRtpSender sender, RTCStatsCollectorCallback callback) Gathers the current statistics of the specified RTCRtpSender.void
RTCPeerConnection.getStats
(RTCStatsCollectorCallback callback) Gathers the current statistics of this RTCPeerConnection.