RTCErrorEvent constructor

RTCErrorEvent(
  1. String type,
  2. RTCErrorEventInit eventInitDict
)

Implementation

external factory RTCErrorEvent(String type, RTCErrorEventInit eventInitDict);