Fix participants and local media stream

This commit is contained in:
Robert Long 2021-08-09 11:03:31 -07:00
commit 27e78e0055
3 changed files with 7 additions and 4 deletions

View file

@ -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;
}
}
/**