|
@@ -183,7 +183,7 @@
|
|
console.log('* room LOCAL_JOIN', event); // 进房成功,触发该事件后可以对本地视频和音频进行设置
|
|
console.log('* room LOCAL_JOIN', event); // 进房成功,触发该事件后可以对本地视频和音频进行设置
|
|
|
|
|
|
if (this.options.localVideo === true || this.options.template === '1v1') {
|
|
if (this.options.localVideo === true || this.options.template === '1v1') {
|
|
- this.trtcComponent.publishLocalVideo();
|
|
|
|
|
|
+ //this.trtcComponent.publishLocalVideo();
|
|
}
|
|
}
|
|
if (this.options.localAudio === true || this.options.template === '1v1') {
|
|
if (this.options.localAudio === true || this.options.template === '1v1') {
|
|
this.trtcComponent.publishLocalAudio();
|
|
this.trtcComponent.publishLocalAudio();
|