Skip to main content
Module

x/evt/lib/types/index.ts>dom.RTCPeerConnectionIceEvent

💧EventEmitter's typesafe replacement
Go to Latest
interface dom.RTCPeerConnectionIceEvent
implements Event
import { type dom } from "https://deno.land/x/evt@v2.4.3/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
readonly
url: string | null