RTCPeerConnectionIceErrorEventInit constructor

RTCPeerConnectionIceErrorEventInit({
  1. bool bubbles,
  2. bool cancelable,
  3. bool composed,
  4. String? address,
  5. int? port,
  6. String url,
  7. required int errorCode,
  8. String errorText,
})

Implementation

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