|
@@ -820,11 +820,11 @@ export default {
|
|
if (useridsplit_ === 'wxxcx' || useridsplit_ === 'meetu') {
|
|
if (useridsplit_ === 'wxxcx' || useridsplit_ === 'meetu') {
|
|
console.log('退出userid_' + useridzs_);
|
|
console.log('退出userid_' + useridzs_);
|
|
const swichstrem = _.find(this.stremMeetlist, { swichuserid: useridzs_ });
|
|
const swichstrem = _.find(this.stremMeetlist, { swichuserid: useridzs_ });
|
|
- // this.stermStop(swichstrem.strem);
|
|
|
|
- // // 订阅远端音频和视频流
|
|
|
|
- // if (this.index_ > 0) {
|
|
|
|
- // this.index_ = this.index_ - 1;
|
|
|
|
- // }
|
|
|
|
|
|
+ this.stermStop(swichstrem.strem);
|
|
|
|
+ // 订阅远端音频和视频流
|
|
|
|
+ if (this.index_ > 0) {
|
|
|
|
+ this.index_ = this.index_ - 1;
|
|
|
|
+ }
|
|
}
|
|
}
|
|
console.log('退出');
|
|
console.log('退出');
|
|
console.log(event);
|
|
console.log(event);
|