diff --git a/openvidu-components-angular/projects/openvidu-components-angular/src/lib/components/panel/activities-panel/recording-activity/recording-activity.component.html b/openvidu-components-angular/projects/openvidu-components-angular/src/lib/components/panel/activities-panel/recording-activity/recording-activity.component.html index 22a82ae2..9e8d95b6 100644 --- a/openvidu-components-angular/projects/openvidu-components-angular/src/lib/components/panel/activities-panel/recording-activity/recording-activity.component.html +++ b/openvidu-components-angular/projects/openvidu-components-angular/src/lib/components/panel/activities-panel/recording-activity/recording-activity.component.html @@ -84,18 +84,27 @@
+ @if (recordingStatus === recStatusEnum.STARTING) { - - {{ 'PANEL.RECORDING.STARTING' | translate }} - + } + @if (recordingStatus === recStatusEnum.STOPPING) { - - {{ 'PANEL.RECORDING.STOPPING' | translate }} - + } + @if (showStartStopRecordingButton && recordingStatus === recStatusEnum.FAILED && recordingError) {