From 82166fb6b009573575259bc2f3491109dd3f567a Mon Sep 17 00:00:00 2001 From: DorraJaouad Date: Wed, 6 Dec 2023 17:51:47 +0100 Subject: [PATCH] fix(RecordingConsentSettings): Disable button when breakout session is active and add hint Signed-off-by: DorraJaouad --- .../ConversationSettings/RecordingConsentSettings.vue | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/src/components/ConversationSettings/RecordingConsentSettings.vue b/src/components/ConversationSettings/RecordingConsentSettings.vue index 09cd9729e16..75b80d0cb7b 100644 --- a/src/components/ConversationSettings/RecordingConsentSettings.vue +++ b/src/components/ConversationSettings/RecordingConsentSettings.vue @@ -24,6 +24,9 @@

{{ t('spreed', 'Recording Consent') }}

+
+ {{ t('spreed', 'Recording consent cannot be changed once a call or breakout session has started.') }} +