frontend: comment out 'recommended' property in room wizard

This commit is contained in:
Carlos Santos 2025-07-15 12:47:46 +02:00
parent c1d8044a2e
commit 9d5d5402db
3 changed files with 3 additions and 3 deletions

View File

@ -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',

View File

@ -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',

View File

@ -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',