fix: minor perm issue typo while setting famedly call member event

This commit is contained in:
td 2024-05-21 15:02:30 +05:30
parent 290cac25fc
commit d4566d7512
No known key found for this signature in database
GPG Key ID: 62A30523D4D6CE28
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@ extension FamedlyCallMemberEventsExtension on Room {
}
Future<void> setFamedlyCallMemberEvent(Map<String, List> newContent) async {
if (groupCallsEnabledForEveryone) {
if (canJoinGroupCall) {
await client.setRoomStateWithKey(
id,
EventTypes.GroupCallMember,