On this page

Interface RTCPeerConnectionIceErrorEventInit

interface RTCPeerConnectionIceErrorEventInit {
    address?: string | null;
    bubbles?: boolean;
    cancelable?: boolean;
    composed?: boolean;
    errorCode: number;
    errorText?: string;
    port?: number | null;
    url?: string;
}

Hierarchy (View Summary)

Index

Properties

address?: string | null
bubbles?: boolean
cancelable?: boolean
composed?: boolean
errorCode: number
errorText?: string
port?: number | null
url?: string
Was this helpful?
SDK JS
Reference
RTCPeerConnectionIceErrorEventInit