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