|
@@ -788,12 +788,12 @@ export default {
|
|
|
}
|
|
|
} else if (useridsplit_ === 'wxxcx') {
|
|
|
console.log('小程序进入画面' + this.index_);
|
|
|
- this.index_ = this.index_ + 1;
|
|
|
- if (this.index_ < 11) {
|
|
|
- const id_ = 'othe-video-' + this.index_;
|
|
|
- console.log(id_);
|
|
|
- remoteStream.play(id_);
|
|
|
- }
|
|
|
+ // this.index_ = this.index_ + 1;
|
|
|
+ // if (this.index_ < 11) {
|
|
|
+ // const id_ = 'othe-video-' + this.index_;
|
|
|
+ // console.log(id_);
|
|
|
+ // remoteStream.play(id_);
|
|
|
+ // }
|
|
|
}
|
|
|
});
|
|
|
// 监听远端流增加事件
|