From ddc9b80b72192aa8638a25a787fd51565b8e5a88 Mon Sep 17 00:00:00 2001 From: jinna Date: Mon, 23 Oct 2023 11:14:07 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/dispatch/index.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/dispatch/index.vue b/src/views/dispatch/index.vue index ee92e7c..3f3c9ba 100644 --- a/src/views/dispatch/index.vue +++ b/src/views/dispatch/index.vue @@ -741,9 +741,9 @@ export default { this.isMetting = true; // mediaControl = document.getElementById('video' + this.callItem.id); - this._call.addMember(this.callItem.id); //呼叫邀请人员加入 - this.setCallEventListener(call); //呼叫监听 - var state = this.convertCallstate(call.state); + this._call.addMember(this.callItem.name); //呼叫邀请人员加入 + this.setCallEventListener(this._call); //呼叫监听 + var state = this.convertCallstate(this._call.state); mylog("call success callState: " + state); }else{ //邀请成员超过两人时,状态已更改为会议,使用会议邀请成员