智慧保安互联网APP
liuyg
2021-08-12 734b2d5d9501e167c827b8a2fb6b11dbc7f16d6a
视频
1 files modified
8 ■■■■ changed files
pages/videoCall/videoCall.nvue 8 ●●●● patch | view | raw | blame | history
pages/videoCall/videoCall.nvue
@@ -229,7 +229,7 @@
            if (option.state == "Mains") {
                that.isMain = true;
                var call = false;
                // this.userName = 'faqiren';
                this.userName = that.$store.state.puserName;
                // setTimeout(res => {
                //发起请求  给后端双方姓名
@@ -263,7 +263,11 @@
                            that.channel = d.roomId;
                            console.log('对方在线-- 等待对方接受');
                            // call = true;
                            setTimeout(res => {
                                // uni.navigateBack();
                                // console.log(111)
                            that.join();
                            }, 2000)
                        }
                    }
                })
@@ -284,7 +288,7 @@
                // }, 5000)
            } else if (option.state == "Receiver") {
                that.userName = option.name;
                that.userName = that.$store.state.puserName;
                // that.formName = 'wo';
                that.channel = option.room;
                that.isMain = false;