| | |
| | | using Shared.Common; |
| | | using System; |
| | | using System.Collections.Generic; |
| | | using System.Text; |
| | | using Shared.IOS.HDLFVSDK; |
| | | namespace Shared.Phone.UserCenter |
| | | { |
| | | /// <summary> |
| | |
| | | |
| | | Shared.IOS.HDLFVSDK.Video.Init("", listHouse[0].Id); |
| | | #endif |
| | | #if Android |
| | | string userName = listHouse[0].Id; |
| | | string uuid = "10F908BA-CA5A-4041-9D1A-382E6A004F74"; |
| | | string code = "T0001"; |
| | | string httpServer = "120.24.41.192"; |
| | | Com.Evoyohome.Sphonelibs.Global.Global.Login(Application.Activity, userName, uuid, code, httpServer, null); |
| | | #endif |
| | | } |
| | | } |
| | | else { |
| | |
| | | //初始化全视通 |
| | | Shared.IOS.HDLFVSDK.Video.Init("", Config.Instance.HomeId); |
| | | #endif |
| | | #if Android |
| | | string userName = Config.Instance.HomeId; |
| | | string uuid = "10F908BA-CA5A-4041-9D1A-382E6A004F74"; |
| | | string code = "T0001"; |
| | | string httpServer = "120.24.41.192"; |
| | | Com.Evoyohome.Sphonelibs.Global.Global.Login(Application.Activity, userName, uuid, code, httpServer, null); |
| | | #endif |
| | | } |
| | | Config.Instance.Save(); |
| | | } |