mirror of
https://github.com/vector-im/element-call.git
synced 2026-07-09 18:29:21 +00:00
Cancel member participant state timeout on leave
This commit is contained in:
@@ -276,6 +276,7 @@ export class ConferenceCallManager extends EventEmitter {
|
|||||||
this.participants = [this.localParticipant];
|
this.participants = [this.localParticipant];
|
||||||
this.localParticipant.stream = null;
|
this.localParticipant.stream = null;
|
||||||
this.localParticipant.call = null;
|
this.localParticipant.call = null;
|
||||||
|
clearTimeout(this._memberParticipantStateTimeout);
|
||||||
|
|
||||||
this.emit("participants_changed");
|
this.emit("participants_changed");
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user