/// <summary> /// Stops the remote audio stream. /// </summary> private void StopStream() { ToggleConfigurationControls(false); _remoteAudioHandler.EndReceiveAudio(cbDevices.SelectedIndex); }