gatheringState property

RTCIceGathererState gatheringState

Implementation

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