From 5703e2408cb69f60ed2c238ca51e9758929e3aa9 Mon Sep 17 00:00:00 2001 From: Kristjan Date: Thu, 18 Oct 2018 23:34:59 +0200 Subject: [PATCH] Update Samples/SimpleCommunication/cs/Scenario1_LowLatency.xaml.cs fix Simple communication sample. Collapse loopback poster when loopback starts --- Samples/SimpleCommunication/cs/Scenario1_LowLatency.xaml.cs | 1 + 1 file changed, 1 insertion(+) 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; }