1
0
mirror of https://github.com/vector-im/element-call.git synced 2022-05-22 02:31:18 +03:00

Fix participants and local media stream

This commit is contained in:
Robert Long
2021-08-09 11:03:31 -07:00
parent 9ee81dc8eb
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;
}
}
/**

File diff suppressed because one or more lines are too long