The RTCStatsType
enumerated type (enum) is a set of strings which define the type
of statistics reported in an RTCStats
object.
"candidate-pair"
RTCIceCandidatePairStats
object providing statistics related to an RTCIceTransport
. Candidate pairs other than the currently active pair for the transport are deleted when the RTCPeerCandidate
changes its RTCPeerConnection.iceGatheringState
to "new"
during an ICE restart. The active candidate pair is deleted after the transport switches to another candidate pair; this change cannot be detected otherwise."certificate"
RTCCertificateStats
object providing statistics related to a certificate being used by an RTCIceTransport
."codec"
RTCCodecStats
object containing statistics about a codec currently being used by RTP streams to send or receive data for the RTCPeerConnection
."csrc"
RTCContributingSourceStats
object which contains statistics related to a contributing source (CSRC) that contributed to an inbound RTP stream."data-channel"
RTCDataChannelStats
object which contains statistics about each RTCDataChannel
on the connection."inbound-rtp"
RTCPeerConnection
, in an RTCInboundRtpStreamStats
object."local-candidate"
RTCIceCandidateStats
object giving statistics about an ICE local candidate; these candidates are found in the output from RTCIceTransport.getLocalCandidates()
."outbound-rtp"
RTCOutboundRtpStreamStats
object giving statistics about an outbound RTP stream being sent from the RTCPeerConnection
."peer-connection"
RTCPeerConnectionStats
object provides statistics related to the overall peer connection's RTCPeerConnection
."receiver"
RTCRtpReceiver
. The statistics object is an RTCAudioReceiverStats
object if kind
is "audio"; if kind
is "video"
, the object is an RTCVideoReceiverStats
object."remote-candidate"
RTCIceCandidateStats
object containing statistics about the remote candidate's RTCIceTransport
. This may include information such as the type of network, the protocol, the URL, the type of relay being used, and so forth."remote-inbound-rtp"
RTCRemoteInboundRtpStreamStats
object, you can learn how the well the remote peer is receiving data."remote-outbound-rtp"
RTCRemoteOutboundRtpStreamStats
object that contains information about the RTCRtpSender
on the remote peer that corresponds to an RTCRtpReceiver
on the local peer. This lets you measure statistics at the remote endpoint."sender"
RTCRtpSender
for a stream on the RTCPeerConnection
. If kind
is "audio"
, this object is of type RTCAudioSenderStats
; if kind
is "video"
, this is an RTCVideoSenderStats
object."stream"
RTCMediaStreamStats
, providing statistics and information about a MediaStream
which is part of the RTCPeerConnection
."track"
RTCMediaHandlerStats
: for audio tracks, the type is RTCSenderAudioTrackAttachmentStats
and for video tracks, the type is RTCSenderVideoTrackAttachmentStats
. The data within provides statistics related to a particular MediaStreamTrack
's attachment to an RTCRtpSender
; also included are the media level metrics that go along with the track."transport"
RTCPeerConnection
. The object is of type RTCTransportStats
.Specification | Status | Comment |
---|---|---|
Identifiers for WebRTC's Statistics API The definition of 'RTCStatsType' in that specification. | Candidate Recommendation | Initial definition. |
No compatibility data found. Please contribute data for "api.RTCStatsType" (depth: 1) to the MDN compatibility data repository.
© 2005–2018 Mozilla Developer Network and individual contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/API/RTCStatsType