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

Properties

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