Search


Search something to see results

RTCPeerConnectionIceErrorEventInit

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

Hierarchy (View Summary)

Index

Properties

Properties

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