集成TRTC_SDK_8.1.0.9719

This commit is contained in:
lxmou666 2020-12-15 22:05:50 +08:00
parent eb341a7c05
commit 4c0b1962fe
1 changed files with 3 additions and 3 deletions

View File

@ -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();
}
}
}