liuyu 4 vuotta sitten
vanhempi
commit
e1ce2fb8c9
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  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.localStream_.close();
           });
         }
       }