interface RTCPeerConnectionIceEvent
implements Event
import { type RTCPeerConnectionIceEvent } from "https://deno.land/x/evt@v2.4.20/lib/types/lib.dom.ts";
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