JSSM, a JavaScript state machine - the FSM for FSL
    Preparing search index...

    Interface RTCPeerConnectionIceErrorEventInit

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

    Hierarchy (View Summary)

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