RTCPeerConnectionIceErrorEventInit constructor

RTCPeerConnectionIceErrorEventInit({
  1. String? address,
  2. int? port,
  3. String? url,
  4. required int errorCode,
  5. String? errorText,
})

Implementation

external factory RTCPeerConnectionIceErrorEventInit(
    {String? address,
    int? port,
    String? url,
    required int errorCode,
    String? errorText});