RTCErrorEventInit
interface RTCErrorEventInit {
bubbles?: boolean;
cancelable?: boolean;
composed?: boolean;
error: RTCError;
}
bubbles?: boolean;
cancelable?: boolean;
composed?: boolean;
error: RTCError;
}
Hierarchy (View Summary)
- EventInit
- RTCErrorEventInit