getIceGatheringState method

Future<RTCIceGatheringState?> getIceGatheringState()

Implementation

Future<RTCIceGatheringState?> getIceGatheringState() async {
  return iceGatheringState;
}