bindings/webrtc_stats library

Identifiers for WebRTC's Statistics API

https://w3c.github.io/webrtc-stats/

Classes

RTCAudioSourceStats
RTCCertificateStats
RTCCodecStats
RTCDataChannelStats
RTCIceCandidatePairStats
The WebRTC dictionary reports statistics which provide insight into the quality and performance of an RTCPeerConnection while connected and configured as described by the specified pair of ICE candidates. If a RTCStats-based object's type is candidate-pair, it's an object.
RTCIceCandidateStats
The WebRTC API's dictionary provides statistics related to an RTCIceCandidate.
RTCInboundRtpStreamStats
The WebRTC API's dictionary, based upon RTCReceivedRtpStreamStats and RTCStats, contains statistics related to the receiving end of an RTP stream on the local end of the RTCPeerConnection.
RTCMediaSourceStats
RTCOutboundRtpStreamStats
The dictionary is the RTCStats-based object which provides metrics and statistics related to an outbound RTP stream being sent by an RTCRtpSender.
RTCPeerConnectionStats
RTCReceivedRtpStreamStats
RTCRemoteInboundRtpStreamStats
RTCRemoteOutboundRtpStreamStats
The WebRTC statistics model's dictionary extends the underlying RTCSentRtpStreamStats dictionary with properties measuring metrics specific to outgoing RTP streams.
RTCRtpStreamStats
The dictionary is returned by the RTCPeerConnection.getStats(), RTCRtpSender.getStats(), and RTCRtpReceiver.getStats() methods to provide detailed statistics about WebRTC connectivity. While the dictionary has a base set of properties that are present in each of these cases, there are also additional properties added depending on which interface the method is called on. is the base class for all RTP-related statistics reports. It's based on RTCStats and adds the following additional fields.
RTCSentRtpStreamStats
RTCTransportStats
RTCVideoSourceStats