WebIDLpedia

RTCStatsType enum

Definition

Identifiers for WebRTC's Statistics API defines RTCStatsType

enum RTCStatsType {
"codec",
"inbound-rtp",
"outbound-rtp",
"remote-inbound-rtp",
"remote-outbound-rtp",
"media-source",
"media-playout",
"peer-connection",
"data-channel",
"transport",
"candidate-pair",
"local-candidate",
"remote-candidate",
"certificate"
};

Referring IDL interfaces/dictionaries

Referring specifications