From 565d2472960b253cb8821fc7a7e811408b386a30 Mon Sep 17 00:00:00 2001 From: lxmou666 <772765102@qq.com> Date: Sun, 24 Jan 2021 14:29:29 +0800 Subject: [PATCH] 1 --- ClientDemo/MainWindow.xaml.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ClientDemo/MainWindow.xaml.cs b/ClientDemo/MainWindow.xaml.cs index 1b8cd87..3d9fa9e 100644 --- a/ClientDemo/MainWindow.xaml.cs +++ b/ClientDemo/MainWindow.xaml.cs @@ -66,9 +66,9 @@ namespace ClientDemo public void StopVideo() { lTRTCCloud.stopRemoteView("53245345", TRTCVideoStreamType.TRTCVideoStreamTypeBig); - RemoveCustomVideoView(main, "666", TRTCVideoStreamType.TRTCVideoStreamTypeBig, false); + RemoveCustomVideoView(main, "53245345", TRTCVideoStreamType.TRTCVideoStreamTypeBig, false); lTRTCCloud.stopRemoteView("53245345", TRTCVideoStreamType.TRTCVideoStreamTypeSub); - RemoveCustomVideoView(sub, "666", TRTCVideoStreamType.TRTCVideoStreamTypeSub, false); + RemoveCustomVideoView(sub, "53245345", TRTCVideoStreamType.TRTCVideoStreamTypeSub, false); } private static void RemoveCustomVideoView(Panel parent, string userId, TRTCVideoStreamType streamType, bool local = false) {