Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
interface RTCPeerConnectionIceErrorEvent
implements Event
import { type RTCPeerConnectionIceErrorEvent } from "https://deno.land/x/ogone@revb3/src/ogone.dom.d.ts";

Properties

readonly
errorCode: number
readonly
errorText: string
readonly
hostCandidate: string
readonly
url: string