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.localParticipant.stream = null;
|
||||
this.localParticipant.call = null;
|
||||
clearTimeout(this._memberParticipantStateTimeout);
|
||||
|
||||
this.emit("participants_changed");
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue