frontend: comment out 'recommended' property in room wizard
This commit is contained in:
parent
c1d8044a2e
commit
9d5d5402db
@ -40,7 +40,7 @@ export class RecordingLayoutComponent implements OnDestroy {
|
||||
imageUrl: './assets/layouts/speaker.png',
|
||||
isPro: true,
|
||||
disabled: true,
|
||||
recommended: true
|
||||
// recommended: true
|
||||
},
|
||||
{
|
||||
id: 'single-speaker',
|
||||
|
||||
@ -45,7 +45,7 @@ export class RecordingPreferencesComponent implements OnDestroy {
|
||||
description:
|
||||
'Enable recording capabilities for this room. Recordings can be started manually or automatically.',
|
||||
icon: 'video_library',
|
||||
recommended: true
|
||||
// recommended: true
|
||||
},
|
||||
{
|
||||
id: 'disabled',
|
||||
|
||||
@ -32,7 +32,7 @@ export class RecordingTriggerComponent implements OnDestroy {
|
||||
title: 'Manual Recording',
|
||||
description: 'Start recording manually when needed',
|
||||
icon: 'touch_app',
|
||||
recommended: true
|
||||
// recommended: true
|
||||
},
|
||||
{
|
||||
id: 'auto1',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user