|
@@ -540,11 +540,11 @@ export default {
|
|
|
console.log('222--->' + useridsplit_);
|
|
|
if (useridsplit_ === 'share') {
|
|
|
this.lvideoid_ = 'video_' + remoteStream.getId();
|
|
|
- this.zbfpbtn();
|
|
|
+ //this.zbfpbtn();
|
|
|
this.swichposition();
|
|
|
- this.othedivshow = false;
|
|
|
- this.oheight = '200px';
|
|
|
- this.otheheight = '1px';
|
|
|
+ // this.othedivshow = false;
|
|
|
+ // this.oheight = '200px';
|
|
|
+ // this.otheheight = '1px';
|
|
|
remoteStream
|
|
|
.play('look-video-left')
|
|
|
.then(() => {
|
|
@@ -564,7 +564,7 @@ export default {
|
|
|
} else if (useridsplit_ === 'mainr') {
|
|
|
console.log('333');
|
|
|
this.rvideoid_ = 'video_' + remoteStream.getId();
|
|
|
- this.zbfullbtn();
|
|
|
+ // this.zbfullbtn();
|
|
|
remoteStream
|
|
|
.play('look-video-right')
|
|
|
.then(() => {
|