From 90d4fdb42a7f4818897ff76def0a151a99d2d9e1 Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期四, 23 十一月 2023 13:56:14 +0800 Subject: [PATCH] 2.4.2Google --- 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 8f2739d..bd3f2d6 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.鎵撳紑鍛煎彨椤甸潰 @@ -513,7 +513,7 @@ DB_ResidenceData.Instance.EixtAccount(); MainPage.Log("閫�鍑鸿处鍙锋竻绌烘暟鎹�"); //4.娉ㄩ攢HDLSIP璐﹀彿鐧诲綍 2021-08-20 - HDLLinphone.Current.LogoutAllAccount(); + //HDLLinphone.Current.LogoutAllAccount(); MainPage.Log("娉ㄩ攢HDLSIP璐﹀彿鐧诲綍"); #if __IOS__ @@ -775,8 +775,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