mirror of
https://github.com/vector-im/element-call.git
synced 2024-11-15 00:04:59 +08:00
Send invites regardless if active conf
This commit is contained in:
parent
2b84adccc3
commit
53e86f9282
@ -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 New Issue
Block a user