Skip to main content
Module

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

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

Properties

optional
candidate: string
optional
sdpMLineIndex: number | null
optional
sdpMid: string | null
optional
usernameFragment: string | null