interface dom.RTCPeerConnectionIceEvent
implements Event
import { type dom } from "https://deno.land/x/evt@v2.4.16/lib/types/index.ts";
const { RTCPeerConnectionIceEvent } = dom;
Events that occurs in relation to ICE candidates with the target, usually an RTCPeerConnection. Only one event is of this type: icecandidate.
Properties
readonly
candidate: RTCIceCandidate | null