Skip to main content
Module

x/evt/mod.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.3.1/mod.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