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