liuyu 4 년 전
부모
커밋
375a192db0
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  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() {