liuyu 4 years ago
parent
commit
e1ce2fb8c9
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/layout/live/detailInfo.vue

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

@@ -522,6 +522,7 @@ export default {
             this.client_.unpublish(this.localStream_).then(() => {
             this.client_.unpublish(this.localStream_).then(() => {
               // 取消发布本地流成功
               // 取消发布本地流成功
             });
             });
+            this.localStream_.close();
           });
           });
         }
         }
       }
       }