Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/windmill/node_modules/evt/lib/types/lib.dom.d.ts>RTCIceCandidate

Windmill deno client (separated from the main repo because most of the code is auto-generated from the openapi and not worth committing)
Go to Latest
interface RTCIceCandidate
import { type RTCIceCandidate } from "https://deno.land/x/windmill@v1.298.0/node_modules/evt/lib/types/lib.dom.d.ts";

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