Skip to main content
Module

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

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

The RTCIceCandidate interface—part of the WebRTC API—represents a candidate Internet Connectivity Establishment (ICE) configuration which may be used to establish an RTCPeerConnection.

Properties

readonly
candidate: string
readonly
component: RTCIceComponent | null
readonly
foundation: string | null
readonly
port: number | null
readonly
priority: number | null
readonly
protocol: RTCIceProtocol | null
readonly
relatedAddress: string | null
readonly
relatedPort: number | null
readonly
sdpMLineIndex: number | null
readonly
sdpMid: string | null
readonly
tcpType: RTCIceTcpCandidateType | null
readonly
type: RTCIceCandidateType | null
readonly
usernameFragment: string | null