Send invites regardless if active conf
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user