Skip to main content
Module

x/evt/lib/types/lib.dom.ts>RTCIceCandidateAttributes

💧EventEmitter's typesafe replacement
Go to Latest
interface RTCIceCandidateAttributes
implements RTCStats
import { type RTCIceCandidateAttributes } from "https://deno.land/x/evt@v2.3.1/lib/types/lib.dom.ts";

Properties

optional
addressSourceUrl: string
optional
candidateType: RTCStatsIceCandidateType
optional
ipAddress: string
optional
portNumber: number
optional
priority: number
optional
transport: string