Skip to content

Commit f816944

Browse files
authored
Merge pull request #185391 from DaybreakQuip/patch-1
Update video-calling-windows.md
2 parents 6e82b59 + c3345f4 commit f816944

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

articles/communication-services/quickstarts/voice-video-calling/includes/video-calling/video-calling-windows.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ namespace CallingQuickstart
100100
{
101101
this.InitializeComponent();
102102
this.InitCallAgentAndDeviceManager();
103+
remoteParticipantDictionary = new Dictionary<string, RemoteParticipant>();
103104
}
104105

105106
private async void InitCallAgentAndDeviceManager()
@@ -308,7 +309,7 @@ private async void Call_OnStateChanged(object sender, PropertyChangedEventArgs a
308309
await Dispatcher.RunAsync(Windows.UI.Core.CoreDispatcherPriority.Normal, () =>
309310
{
310311
LocalVideo.Source = null;
311-
RemoteVideo = null;
312+
RemoteVideo.Source = null;
312313
});
313314
break;
314315
default:

0 commit comments

Comments
 (0)