The RTCStatsReport interface of the WebRTC API provides a statistics report for a RTCPeerConnection, RTCRtpSender, or RTCRtpReceiver.
RTCStatsReport
MDN Reference
Readonly
Returns an iterable of entries in the map.
Returns an iterable of key, value pairs for every entry in the map.
Optional
Returns an iterable of keys in the map
Returns an iterable of values in the map
The
RTCStatsReportinterface of the WebRTC API provides a statistics report for a RTCPeerConnection, RTCRtpSender, or RTCRtpReceiver.MDN Reference