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

x/ogone/src/ogone.dom.d.ts>RTCIceCandidate

Advanced Web Composition for Future
Latest
interface RTCIceCandidate
import { type RTCIceCandidate } from "https://deno.land/x/ogone@revb3/src/ogone.dom.d.ts";

The RTCIceCandidate export 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