getIceConnectionState method

Future<RTCIceConnectionState?> getIceConnectionState()

Implementation

Future<RTCIceConnectionState?> getIceConnectionState() async {
  return iceConnectionState;
}