Send invites regardless if active conf
This commit is contained in:
@@ -34,11 +34,11 @@ export class ConferenceCall extends EventEmitter {
|
|||||||
|
|
||||||
if (!activeConf) {
|
if (!activeConf) {
|
||||||
this.client.sendStateEvent(this.roomId, CONF_ROOM, { active: true }, "");
|
this.client.sendStateEvent(this.roomId, CONF_ROOM, { active: true }, "");
|
||||||
} else {
|
}
|
||||||
|
|
||||||
this.room
|
this.room
|
||||||
.getMembers()
|
.getMembers()
|
||||||
.forEach((member) => this._processMember(member.userId));
|
.forEach((member) => this._processMember(member.userId));
|
||||||
}
|
|
||||||
|
|
||||||
this._updateParticipantState();
|
this._updateParticipantState();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user