修改提交

main
jinna 2 years ago
parent 5ee8afde72
commit ddc9b80b72
  1. 6
      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{ //使

Loading…
Cancel
Save