frontend: correct property name for virtual backgrounds in RoomConfigComponent

This commit is contained in:
Carlos Santos 2025-11-13 13:51:40 +01:00
parent 26bc6cdfc1
commit a56a119993

View File

@ -103,7 +103,7 @@ export class RoomConfigComponent implements OnDestroy {
}
get virtualBackgroundsEnabled(): boolean {
return this.configForm.value.virtualBackgroundEnabled ?? false;
return this.configForm.value.virtualBackgroundsEnabled ?? false;
}
get e2eeEnabled(): boolean {