From de75def58cd6faafbdb598dbef6fb12429b8eceb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Calvi=C3=B1o=20S=C3=A1nchez?= Date: Tue, 14 Feb 2023 13:57:30 +0100 Subject: [PATCH] Add recording mode for call view MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit When the call view is shown in recording mode the local participant is not shown, and there is no visible button to show the grid stripe either. Signed-off-by: Daniel Calviño Sánchez --- src/Recording.vue | 3 ++- src/components/CallView/CallView.vue | 6 ++++++ src/components/CallView/Grid/Grid.vue | 10 +++++++--- 3 files changed, 15 insertions(+), 4 deletions(-) diff --git a/src/Recording.vue b/src/Recording.vue index 1e66b3b55b0..2af79284ade 100644 --- a/src/Recording.vue +++ b/src/Recording.vue @@ -18,7 +18,8 @@ -->