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',
|
imageUrl: './assets/layouts/speaker.png',
|
||||||
isPro: true,
|
isPro: true,
|
||||||
disabled: true,
|
disabled: true,
|
||||||
recommended: true
|
// recommended: true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'single-speaker',
|
id: 'single-speaker',
|
||||||
|
|||||||
@ -45,7 +45,7 @@ export class RecordingPreferencesComponent implements OnDestroy {
|
|||||||
description:
|
description:
|
||||||
'Enable recording capabilities for this room. Recordings can be started manually or automatically.',
|
'Enable recording capabilities for this room. Recordings can be started manually or automatically.',
|
||||||
icon: 'video_library',
|
icon: 'video_library',
|
||||||
recommended: true
|
// recommended: true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'disabled',
|
id: 'disabled',
|
||||||
|
|||||||
@ -32,7 +32,7 @@ export class RecordingTriggerComponent implements OnDestroy {
|
|||||||
title: 'Manual Recording',
|
title: 'Manual Recording',
|
||||||
description: 'Start recording manually when needed',
|
description: 'Start recording manually when needed',
|
||||||
icon: 'touch_app',
|
icon: 'touch_app',
|
||||||
recommended: true
|
// recommended: true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'auto1',
|
id: 'auto1',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user