Cancel member participant state timeout on leave
This commit is contained in:
parent
8e2688b3db
commit
9ee81dc8eb
1 changed files with 1 additions and 0 deletions
|
|
@ -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");
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue