RTCErrorEventInit constructor

RTCErrorEventInit({
  1. bool bubbles,
  2. bool cancelable,
  3. bool composed,
  4. required RTCError error,
})

Implementation

external factory RTCErrorEventInit({
  bool bubbles,
  bool cancelable,
  bool composed,
  required RTCError error,
});