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