ov-components: Fixed wrong initialize value in show recordings directive

master
Carlos Santos 2025-07-29 15:49:55 +02:00
parent 7bf0e0036c
commit 1403d062e9
1 changed files with 1 additions and 1 deletions

View File

@ -362,7 +362,7 @@ export class OpenViduComponentsConfigService {
}, },
startStopButton: true, startStopButton: true,
viewRecordingsButton: false, viewRecordingsButton: false,
showRecordingsList: false showRecordingsList: true
}); });
private adminConfig = this.createAdminConfigItem({ private adminConfig = this.createAdminConfigItem({