The iceState property of the RTCTransportStats dictionary is a string that indicates the current ICE state of the underlying RTCIceTransport.
This has the same value as the corresponding RTCIceTransport.state property.
A string that will be one of the following values: new, checking, connected, completed, disconnected, failed, or closed.