type alias RTCIceConnectionStateimport { type RTCIceConnectionState } from "https://deno.land/x/evt@v2.4.20/lib/types/lib.dom.ts"; definition: | "checking" | "closed" | "completed" | "connected" | "disconnected" | "failed" | "new"