gatheringState property

RTCIceGathererState get gatheringState

Implementation

RTCIceGathererState get gatheringState => RTCIceGathererState.fromValue(
    js_util.getProperty(this, 'gatheringState'));