Interface RTCPeerConnectionIceErrorEventInit

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

    Properties

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