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