public void JoinButtonPressed() { if (joinButtonState) { SaveSettings(); SetupCallApp(); } else { mApp.ResetCall(); } joinButtonState = !joinButtonState; }
/// <summary> /// Shutdown button pressed. Shuts the network down. /// </summary> public void ShutdownButtonPressed() { mApp.ResetCall(); }