JLChen
2021-08-11 c008153a455b2c79ac9087d82bd9abf9f1eea19f
HDL-ON_Android/FengLinVideo/Form/MonitorFragment.cs
@@ -38,7 +38,7 @@
        private TextView unlockText;
        // 更新线程
        private Thread thread = null;
        public static Thread thread = null;
        public MonitorFragment(VideoPhone phone)
        {
@@ -80,7 +80,7 @@
                    unlockImag.Selected = true;
                    JSONObject ht = new JSONObject();
                    ht.Put("command", "open");//固定参数
                    ht.Put("room_id", 123);
                    ht.Put("room_id", VideoActivity.Roomno);
                    ht.Put("devType", 7);
                    mPhone.SendCustomData(ht.ToString());
                }