diff --git a/meet-ce/frontend/projects/shared-meet-components/src/lib/domains/meeting/pages/meeting/meeting.component.html b/meet-ce/frontend/projects/shared-meet-components/src/lib/domains/meeting/pages/meeting/meeting.component.html index 09392110..0f2d0578 100644 --- a/meet-ce/frontend/projects/shared-meet-components/src/lib/domains/meeting/pages/meeting/meeting.component.html +++ b/meet-ce/frontend/projects/shared-meet-components/src/lib/domains/meeting/pages/meeting/meeting.component.html @@ -34,7 +34,9 @@ [toolbarParticipantsPanelButton]="features().showParticipantList" [toolbarSettingsButton]="features().showSettings" [toolbarFullscreenButton]="features().showFullscreen" - [toolbarActivitiesPanelButton]="features().showStartStopRecording" + [toolbarActivitiesPanelButton]=" + features().showStartStopRecording || (features().showViewRecordings && hasRecordings()) + " [activitiesPanelRecordingActivity]=" features().showStartStopRecording || (features().showViewRecordings && hasRecordings()) "