From 4c0b1962feda41f07c6f6c183b11772b36bfbbda Mon Sep 17 00:00:00 2001 From: lxmou666 <772765102@qq.com> Date: Tue, 15 Dec 2020 22:05:50 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9B=86=E6=88=90TRTC=5FSDK=5F8.1.0.9719?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- JianGongYun/MainWindow.xaml.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/JianGongYun/MainWindow.xaml.cs b/JianGongYun/MainWindow.xaml.cs index eb1820e..e5a8535 100644 --- a/JianGongYun/MainWindow.xaml.cs +++ b/JianGongYun/MainWindow.xaml.cs @@ -35,9 +35,9 @@ namespace JianGongYun //TRTC集成测试 - ManageLiteAV.ITRTCCloud lTRTCCloud = ManageLiteAV.ITRTCCloud.getTRTCShareInstance(); - MessageBox.Show(lTRTCCloud.getSDKVersion()); - ManageLiteAV.ITRTCCloud.destroyTRTCShareInstance(); + //ManageLiteAV.ITRTCCloud lTRTCCloud = ManageLiteAV.ITRTCCloud.getTRTCShareInstance(); + //MessageBox.Show(lTRTCCloud.getSDKVersion()); + //ManageLiteAV.ITRTCCloud.destroyTRTCShareInstance(); } } }