interface dom.RTCPeerConnectionIceEventInit
implements EventInit
import { type dom } from "https://deno.land/x/evt@v2.5.6/lib/types/index.ts";
const { RTCPeerConnectionIceEventInit } = dom;
Properties
optional
candidate: RTCIceCandidate | nullimport { type dom } from "https://deno.land/x/evt@v2.5.6/lib/types/index.ts";
const { RTCPeerConnectionIceEventInit } = dom;