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{ //邀请成员超过两人时,状态已更改为会议,使用会议邀请成员