liuyu 4 lat temu
rodzic
commit
375a192db0
1 zmienionych plików z 4 dodań i 0 usunięć
  1. 4 0
      src/layout/live/detailInfo.vue

+ 4 - 0
src/layout/live/detailInfo.vue

@@ -249,6 +249,8 @@ export default {
           message: '操作成功',
           type: 'success',
         });
+        this.localStream_.unmuteVideo();
+        this.localStream_.unmuteAudio();
       }
     },
     async zjrChange(zjrid) {
@@ -262,6 +264,8 @@ export default {
           message: '操作成功',
           type: 'success',
         });
+        this.localStream_.muteVideo();
+        this.localStream_.muteAudio();
       }
     },
     async getRoomInfo() {