diff --git a/Samples/SimpleCommunication/cs/Scenario1_LowLatency.xaml.cs b/Samples/SimpleCommunication/cs/Scenario1_LowLatency.xaml.cs index 392bdab2d8..e5aea95975 100644 --- a/Samples/SimpleCommunication/cs/Scenario1_LowLatency.xaml.cs +++ b/Samples/SimpleCommunication/cs/Scenario1_LowLatency.xaml.cs @@ -304,6 +304,7 @@ private async void LoopbackClientButton_Click(object sender, RoutedEventArgs e) LocalhostVideo.Source = new Uri("stsp://localhost"); LatencyModeToggle.IsEnabled = true; LoopbackClientButton.IsEnabled = false; + HiddenVideo.Visibility = Windows.UI.Xaml.Visibility.Collapsed; currentState = State.Streaming; }