iceConnectionState property

RTCIceConnectionState get iceConnectionState

Implementation

RTCIceConnectionState get iceConnectionState =>
    RTCIceConnectionState.fromValue(
        js_util.getProperty(this, 'iceConnectionState'));