liuyu 4 years ago
parent
commit
87f3d1055a
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/views/live/roomDetail.vue

+ 1 - 0
src/views/live/roomDetail.vue

@@ -404,6 +404,7 @@ export default {
             this.stermStop(this.localStream_);
             this.stermStop(this.localStream_);
             this.localStream_.muteAudio();
             this.localStream_.muteAudio();
             this.localStream_.muteVideo();
             this.localStream_.muteVideo();
+            this.localStream_.close();
             const newdatas = [];
             const newdatas = [];
             for (const elm of this.stremMeetlist) {
             for (const elm of this.stremMeetlist) {
               if (elm.swichuserid !== body.userid) {
               if (elm.swichuserid !== body.userid) {