Interface RTCPeerConnectionIceErrorEventInit
interface RTCPeerConnectionIceErrorEventInit {
address?: string;
bubbles?: boolean;
cancelable?: boolean;
composed?: boolean;
errorCode: number;
errorText?: string;
port?: number;
url?: string;
}
address?: string;
bubbles?: boolean;
cancelable?: boolean;
composed?: boolean;
errorCode: number;
errorText?: string;
port?: number;
url?: string;
}
Hierarchy
- EventInit
- RTCPeerConnectionIceErrorEventInit (View Summary)