From 25429f085093d89d543a0b90e30d0d62d1b7dac9 Mon Sep 17 00:00:00 2001
From: hxb <hxb@hdlchina.com.cn>
Date: 星期二, 30 八月 2022 09:37:38 +0800
Subject: [PATCH] 合并了IOS的代码

---
 ZigbeeApp/Shared/Phone/VideoPhone/ESVideo.cs |   18 ++----------------
 1 files changed, 2 insertions(+), 16 deletions(-)

diff --git a/ZigbeeApp/Shared/Phone/VideoPhone/ESVideo.cs b/ZigbeeApp/Shared/Phone/VideoPhone/ESVideo.cs
old mode 100755
new mode 100644
index 018a641..dcddfce
--- a/ZigbeeApp/Shared/Phone/VideoPhone/ESVideo.cs
+++ b/ZigbeeApp/Shared/Phone/VideoPhone/ESVideo.cs
@@ -17,14 +17,7 @@
         public static void ShowESVideoMonitor(ESVideoInfo mESVideoInfo)
         {
 #if Android
-            Android.Content.Intent intent = new Android.Content.Intent(Application.Activity, typeof(GateWay.Droid.VideoActivity));
-            intent.PutExtra("DeviceName", mESVideoInfo.DeviceName);//瀹ゅ鏈虹殑鍚嶇О锛屼緥锛屽澶栨満
-            intent.PutExtra("ESRoomID", mESVideoInfo.ESRoomID);//褰撳墠鐢ㄦ埛鐨勬埧闂� ID
-            intent.PutExtra("ESVideoUUID", mESVideoInfo.ESVideoUUID);//瀹ゅ鏈篣UID锛屼緥:JJY000007FSEYX
-            intent.PutExtra("IsCollect", mESVideoInfo.IsCollect);//鏄惁鏀惰棌
-            intent.PutExtra("RoomName", mESVideoInfo.RoomName);//鎴块棿鍛藉悕锛屼緥 8鏍�1鍗曞厓0801
-            intent.PutExtra("Type", 0);//绫诲瀷锛�0 鐩戞帶锛�1鍙嶅懠
-            Application.Activity.StartActivity(intent);
+            //
 #endif
         }
 
@@ -35,14 +28,7 @@
         public static void ShowESvideoVideoIntercom(ESVideoInfo mESVideoInfo)
         {
 #if Android
-            Android.Content.Intent intent = new Android.Content.Intent(Application.Activity, typeof(GateWay.Droid.VideoActivity));
-            intent.PutExtra("DeviceName", mESVideoInfo.DeviceName);//瀹ゅ鏈虹殑鍚嶇О锛屼緥锛屽澶栨満
-            intent.PutExtra("ESRoomID", mESVideoInfo.ESRoomID);//褰撳墠鐢ㄦ埛鐨勬埧闂� ID
-            intent.PutExtra("ESVideoUUID", mESVideoInfo.ESVideoUUID);//瀹ゅ鏈篣UID锛屼緥:JJY000007FSEYX
-            intent.PutExtra("IsCollect", mESVideoInfo.IsCollect);//鏄惁鏀惰棌
-            intent.PutExtra("RoomName", mESVideoInfo.RoomName);//鎴块棿鍛藉悕锛屼緥 8鏍�1鍗曞厓0801
-            intent.PutExtra("Type", 1);//绫诲瀷锛�0 鐩戞帶锛�1鍙嶅懠
-            Application.Activity.StartActivity(intent);
+            //
 #endif
         }
     }

--
Gitblit v1.8.0