iceState property

Implementation

RTCIceTransportState get iceState =>
    RTCIceTransportState.fromValue(js_util.getProperty(this, 'iceState'));
void iceState=(RTCIceTransportState newValue)

Implementation

set iceState(RTCIceTransportState newValue) {
  js_util.setProperty(this, 'iceState', newValue.value);
}