Send invites regardless if active conf
This commit is contained in:
parent
2b84adccc3
commit
53e86f9282
1 changed files with 4 additions and 4 deletions
|
@ -34,12 +34,12 @@ export class ConferenceCall extends EventEmitter {
|
|||
|
||||
if (!activeConf) {
|
||||
this.client.sendStateEvent(this.roomId, CONF_ROOM, { active: true }, "");
|
||||
} else {
|
||||
this.room
|
||||
.getMembers()
|
||||
.forEach((member) => this._processMember(member.userId));
|
||||
}
|
||||
|
||||
this.room
|
||||
.getMembers()
|
||||
.forEach((member) => this._processMember(member.userId));
|
||||
|
||||
this._updateParticipantState();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue