Skip to main content
Module

x/evt/mod.ts>dom.RTCIceCandidateDictionary

💧EventEmitter's typesafe replacement
Go to Latest
interface dom.RTCIceCandidateDictionary
import { type dom } from "https://deno.land/x/evt@v2.3.1/mod.ts";
const { RTCIceCandidateDictionary } = dom;

Properties

optional
foundation: string
optional
ip: string
optional
msMTurnSessionId: string
optional
port: number
optional
priority: number
optional
protocol: RTCIceProtocol
optional
relatedAddress: string
optional
relatedPort: number
optional
tcpType: RTCIceTcpCandidateType
optional
type: RTCIceCandidateType