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:
@@ -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
Reference in New Issue
Block a user