getConnectionState method

Future<RTCPeerConnectionState?> getConnectionState()

Implementation

Future<RTCPeerConnectionState?> getConnectionState() async {
  return connectionState;
}