Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

RTCStatsType

type RTCStatsType =
| "candidate-pair"
| "certificate"
| "codec"
| "csrc"
| "data-channel"
| "inbound-rtp"
| "local-candidate"
| "media-source"
| "outbound-rtp"
| "peer-connection"
| "remote-candidate"
| "remote-inbound-rtp"
| "remote-outbound-rtp"
| "track"
| "transport";

§Type

§
"candidate-pair" | "certificate" | "codec" | "csrc" | "data-channel" | "inbound-rtp" | "local-candidate" | "media-source" | "outbound-rtp" | "peer-connection" | "remote-candidate" | "remote-inbound-rtp" | "remote-outbound-rtp" | "track" | "transport"
[src]