Stats section types. There are defined by the WebRTC spec.
Signature
declare
interface
StatTypes
Property signatures
| Name | Description |
|---|---|
candidate_pair
|
ICE candidate pair stats related to RTCIceTransport. |
codec
|
Codec stats that is currently being used by RTP streams being received by RTCPeerConnection. |
inbound_rtp
|
RTP stats for inbound stream that is currently received by RTCPeerConnection. |
local_candidate
|
ICE candidate stats for the local candidate related to RTCPeerConnection. |
media_playout
|
Media playout stats related to RTCPeerConnection. |
remote_candidate
|
ICE candidate stats for the remote candidate related to RTCPeerConnection. |
transport
|
Transport stats related to RTCPeerConnection. |

