Example #1
0
 /// <summary>
 /// Stops players detection and disconnect the game to the backend
 /// </summary>
 public void StopCapture()
 {
     socketIO.Disconnect();
 }