@@ -67,10 +67,10 @@
},
onReady() {
this.isAuthor = false;
- this.linkMic = true;
- this.userId = "123";
- this.name = 'test';
- this.roomId = '1';
+ // this.linkMic = true;
+ // this.userId = "123";
+ // this.name = 'test';
+ // this.roomId = '1';
this.$nextTick(() => this.enterRoom());
return;