iceGatheringState property

RTCIceGatheringState iceGatheringState

Implementation

RTCIceGatheringState get iceGatheringState => RTCIceGatheringState.fromValue(
    js_util.getProperty(this, 'iceGatheringState'));