Skip to main content
Module

x/evt/lib/types/lib.dom.ts>RTCStatsIceCandidatePairState

💧EventEmitter's typesafe replacement
Go to Latest
type alias RTCStatsIceCandidatePairState
import { type RTCStatsIceCandidatePairState } from "https://deno.land/x/evt@v2.4.3/lib/types/lib.dom.ts";
definition:
| "cancelled"
| "failed"
| "frozen"
| "inprogress"
| "succeeded"
| "waiting"