Fix participants and local media stream
This commit is contained in:
parent
9ee81dc8eb
commit
27e78e0055
3 changed files with 7 additions and 4 deletions
|
|
@ -15899,6 +15899,8 @@ class MatrixClient extends events_1.EventEmitter {
|
|||
for (const track of this.localAVStream.getTracks()) {
|
||||
track.stop();
|
||||
}
|
||||
this.localAVStreamType = null;
|
||||
this.localAVStream = null;
|
||||
}
|
||||
}
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue