From c90199162c60b89d0554c11de36818a85ea80ac6 Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期二, 06 六月 2023 15:33:15 +0800 Subject: [PATCH] IOS去掉全视通加载,sdk会造成闪退 --- HDL_ON/Common/HDLCommon.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/HDL_ON/Common/HDLCommon.cs b/HDL_ON/Common/HDLCommon.cs index 8f7a34f..2b9b99d 100644 --- a/HDL_ON/Common/HDLCommon.cs +++ b/HDL_ON/Common/HDLCommon.cs @@ -496,7 +496,7 @@ #if __IOS__ //5.鍏ㄨ閫氱櫥鍑� - Shared.IOS.HDLFVSDK.Video.Logout(); + //Shared.IOS.HDLFVSDK.Video.Logout(); //6.娓呯┖Siri鍏变韩鏁版嵁淇℃伅 new Other.SkipControl().SetData(false, "", "", "", ""); var sDM = new SiriKit.SceneDateManager(); -- Gitblit v1.8.0