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

    Interface RTCPeerConnectionIceErrorEventInit

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

    Hierarchy (View Summary)

    Index

    Properties

    address?: null | string
    bubbles?: boolean
    cancelable?: boolean
    composed?: boolean
    errorCode: number
    errorText?: string
    port?: null | number
    url?: string