/// <summary>
 /// Starts the remote audio stream and begin to receive audio frames.
 /// </summary>
 private void StartStream()
 {
     ToggleConfigurationControls(true);
     _remoteAudioHandler.BeginReceiveAudio(cbDevices.SelectedIndex);
 }