address property

String? get address

The RTCPeerConnectionIceErrorEvent property address is a string which indicates the local IP address being used to communicate with the or server during negotiations. The error which occurred involved this address.

Implementation

external String? get address;