From 0f13be8b24ef37fe16cd34c8411a907f93b7f304 Mon Sep 17 00:00:00 2001
From: wxr <464027401@qq.com>
Date: 星期二, 28 十一月 2023 09:35:42 +0800
Subject: [PATCH] Merge branch 'Wxr-V2.4.2' into Google-2023-11-17-1

---
 HDL_ON/Common/HDLCommon.cs |   44 ++++++++++++++++++++++----------------------
 1 files changed, 22 insertions(+), 22 deletions(-)

diff --git a/HDL_ON/Common/HDLCommon.cs b/HDL_ON/Common/HDLCommon.cs
index 75dcc1b..f766680 100644
--- a/HDL_ON/Common/HDLCommon.cs
+++ b/HDL_ON/Common/HDLCommon.cs
@@ -373,32 +373,32 @@
                         else if (interphoneTypeEnum == InterphoneType.HDL.ToString())
                         {
                             //HDL Linphone 鐙勮�愬厠
-                            eSVideoInfo.HomeId = jpushMessageInfo.HomeId;
-                            eSVideoInfo.callId = json["callId"].ToString();
-                            eSVideoInfo.Lc_DeviceId = json["deviceId"].ToString();
-                            eSVideoInfo.DeviceName = json["deviceName"].ToString();
-                            eSVideoInfo.deviceSipAccount = json["deviceSipAccount"].ToString();
-                            eSVideoInfo.spk = json["spk"].ToString();
+                            //eSVideoInfo.HomeId = jpushMessageInfo.HomeId;
+                            //eSVideoInfo.callId = json["callId"].ToString();
+                            //eSVideoInfo.Lc_DeviceId = json["deviceId"].ToString();
+                            //eSVideoInfo.DeviceName = json["deviceName"].ToString();
+                            //eSVideoInfo.deviceSipAccount = json["deviceSipAccount"].ToString();
+                            //eSVideoInfo.spk = json["spk"].ToString();
 
-                            //ShowAlert("鐙勮�愬厠闂ㄥ彛鏈哄懠鍙�");
-                            //鎵撳紑鍛煎彨椤甸潰
-                            HDLLinphone.Current.ShowESVideoIntercom(eSVideoInfo, InterphoneType.HDL.ToString());
+                            ////ShowAlert("鐙勮�愬厠闂ㄥ彛鏈哄懠鍙�");
+                            ////鎵撳紑鍛煎彨椤甸潰
+                            //HDLLinphone.Current.ShowESVideoIntercom(eSVideoInfo, InterphoneType.HDL.ToString());
                             return;
                         }
                         else if (interphoneTypeEnum == InterphoneType.FREEVIEW.ToString())
                         {
                             //鍏ㄨ閫� Linphone 鐙勮�愬厠
-                            eSVideoInfo.HomeId = jpushMessageInfo.HomeId;
-                            eSVideoInfo.callId = json["callId"].ToString();
-                            eSVideoInfo.Lc_DeviceId = json["deviceId"].ToString();
-                            eSVideoInfo.DeviceName = json["deviceName"].ToString();
-                            eSVideoInfo.deviceSipAccount = json["deviceSipAccount"].ToString();
-                            eSVideoInfo.spk = json["spk"].ToString();
+                            //eSVideoInfo.HomeId = jpushMessageInfo.HomeId;
+                            //eSVideoInfo.callId = json["callId"].ToString();
+                            //eSVideoInfo.Lc_DeviceId = json["deviceId"].ToString();
+                            //eSVideoInfo.DeviceName = json["deviceName"].ToString();
+                            //eSVideoInfo.deviceSipAccount = json["deviceSipAccount"].ToString();
+                            //eSVideoInfo.spk = json["spk"].ToString();
 
-                            //ShowAlert("鐙勮�愬厠闂ㄥ彛鏈哄懠鍙�");
-                            //鎵撳紑鍛煎彨椤甸潰
-                            HDLLinphone.Current.ShowESVideoIntercom(eSVideoInfo, InterphoneType.FREEVIEW.ToString());
-                            return;
+                            ////ShowAlert("鐙勮�愬厠闂ㄥ彛鏈哄懠鍙�");
+                            ////鎵撳紑鍛煎彨椤甸潰
+                            //HDLLinphone.Current.ShowESVideoIntercom(eSVideoInfo, InterphoneType.FREEVIEW.ToString());
+                            //return;
                         }
 
                         //3.鎵撳紑鍛煎彨椤甸潰
@@ -514,7 +514,7 @@
                     DB_ResidenceData.Instance.EixtAccount();
                     MainPage.Log("閫�鍑鸿处鍙锋竻绌烘暟鎹�");
                     //4.娉ㄩ攢HDLSIP璐﹀彿鐧诲綍 2021-08-20
-                    HDLLinphone.Current.LogoutAllAccount();
+                    //HDLLinphone.Current.LogoutAllAccount();
                     MainPage.Log("娉ㄩ攢HDLSIP璐﹀彿鐧诲綍");
 
 #if __IOS__
@@ -776,8 +776,8 @@
                                         ((BaseActivity)Shared.Application.Activity).SetPermission(result =>
                                         {
                                             //2023骞�03鏈�29鏃�13:08:35 淇敼
-                                            Com.Videogo.Hdl.HDLEzvizSdk.Instance.Init(Application.Activity.Application, ezChildAccessToken, UserInfo.Current.LoginTokenString, UserInfo.Current.RefreshToken, OnAppConfig.Instance.RequestHttpsHost, "1aa98a90489b4838b966b57018b4b04b", 1, DB_ResidenceData.Instance.CurrentRegion.id);
-                                            Com.Videogo.Hdl.HDLEzvizSdk.Instance.JumpToCameraListActivity(Shared.Application.Activity, list);
+                                            //Com.Videogo.Hdl.HDLEzvizSdk.Instance.Init(Application.Activity.Application, ezChildAccessToken, UserInfo.Current.LoginTokenString, UserInfo.Current.RefreshToken, OnAppConfig.Instance.RequestHttpsHost, "1aa98a90489b4838b966b57018b4b04b", 1, DB_ResidenceData.Instance.CurrentRegion.id);
+                                            //Com.Videogo.Hdl.HDLEzvizSdk.Instance.JumpToCameraListActivity(Shared.Application.Activity, list);
                                             //if (result)
                                             //{
                                             //    Android.Content.Intent intent = new Android.Content.Intent();

--
Gitblit v1.8.0