frontend: correct property name for virtual backgrounds in RoomConfigComponent
This commit is contained in:
parent
26bc6cdfc1
commit
a56a119993
@ -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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user