RTCPeerConnectionIceErrorEventInit
interface RTCPeerConnectionIceErrorEventInit {
bubbles?: boolean;
cancelable?: boolean;
composed?: boolean;
address?: null | string;
errorCode: number;
errorText?: string;
port?: null | number;
url?: string;
}
bubbles?: boolean;
cancelable?: boolean;
composed?: boolean;
address?: null | string;
errorCode: number;
errorText?: string;
port?: null | number;
url?: string;
}
Hierarchy (View Summary)
- EventInit
- RTCPeerConnectionIceErrorEventInit
Index
Properties
<internal>.RTCPeerConnectionIceErrorEventInit.bubbles<internal>.RTCPeerConnectionIceErrorEventInit.cancelable<internal>.RTCPeerConnectionIceErrorEventInit.composed<internal>.RTCPeerConnectionIceErrorEventInit.address<internal>.RTCPeerConnectionIceErrorEventInit.errorCode<internal>.RTCPeerConnectionIceErrorEventInit.errorText<internal>.RTCPeerConnectionIceErrorEventInit.port<internal>.RTCPeerConnectionIceErrorEventInit.url