RTCPeerConnectionIceErrorEvent constructor

RTCPeerConnectionIceErrorEvent(
  1. String type,
  2. RTCPeerConnectionIceErrorEventInit eventInitDict
)

Implementation

external factory RTCPeerConnectionIceErrorEvent(
  String type,
  RTCPeerConnectionIceErrorEventInit eventInitDict,
);