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

Hierarchy (view full)

Properties

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

Generated using TypeDoc