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.localParticipant.stream = null;
|
||||
this.localParticipant.call = null;
|
||||
clearTimeout(this._memberParticipantStateTimeout);
|
||||
|
||||
this.emit("participants_changed");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user