Interface RTCPeerConnectionIceErrorEventInit
interface RTCPeerConnectionIceErrorEventInit {
address?: string | null;
bubbles?: boolean;
cancelable?: boolean;
composed?: boolean;
errorCode: number;
errorText?: string;
port?: number | null;
url?: string;
}
address?: string | null;
bubbles?: boolean;
cancelable?: boolean;
composed?: boolean;
errorCode: number;
errorText?: string;
port?: number | null;
url?: string;
}
Hierarchy (View Summary)
- EventInit
- RTCPeerConnectionIceErrorEventInit
Index
Properties
Was this helpful?