From 14b4630ff7905e41057649f20afa0331d5cb07b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Calvi=C3=B1o=20S=C3=A1nchez?= Date: Thu, 14 Jan 2021 20:03:14 +0100 Subject: [PATCH 01/14] Include local video when grid is in development mode MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This ensures that the grid view in development mode will behave like the grid view in normal mode. Signed-off-by: Daniel Calviño Sánchez --- src/components/CallView/Grid/Grid.vue | 28 +++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/src/components/CallView/Grid/Grid.vue b/src/components/CallView/Grid/Grid.vue index 1cccb80ddc4..2dda7d927fb 100644 --- a/src/components/CallView/Grid/Grid.vue +++ b/src/components/CallView/Grid/Grid.vue @@ -54,17 +54,6 @@ :shared-data="sharedDatas[callParticipantModel.attributes.peerId]" @click-video="handleClickVideo($event, callParticipantModel.attributes.peerId)" /> -