vot.js - v2.4.18
    Preparing search index...

    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)

    • EventInit
      • RTCPeerConnectionIceErrorEventInit
    Index
    address?: string | null
    bubbles?: boolean
    cancelable?: boolean
    composed?: boolean
    errorCode: number
    errorText?: string
    port?: number | null
    url?: string