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