| | |
| | | } |
| | | |
| | | } |
| | | public async static void Video(FrameLayout topFrameLayout) |
| | | /// <summary> |
| | | /// 判断账号是否支持可视对讲 |
| | | /// </summary> |
| | | /// <param name="topFrameLayout"></param> |
| | | public async static void AccountSupportVideo(FrameLayout topFrameLayout) |
| | | { |
| | | var jobject = new JObject(); |
| | | jobject.Add("RequestVersion", CommonPage.RequestVersion); |
| | |
| | | |
| | | |
| | | } |
| | | /// <summary> |
| | | /// 获取可视对讲列表 |
| | | /// </summary> |
| | | static async System.Threading.Tasks.Task<List<VideoCalss>> GetVideoInfoList(CloudsVideo clouds) |
| | | { |
| | | List<VideoCalss> eSVideoInfosList = new List<VideoCalss>(); |