Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarco Ambrosini <marcoambrosini@pm.me>2020-05-14 16:04:55 +0300
committerMarco Ambrosini <marcoambrosini@pm.me>2020-05-14 16:09:17 +0300
commit68f4edd713e219853c233886051e93ff3234e8d0 (patch)
treecbf8d072450e816fe9a00f81371f117781c695b4 /src/PublicShareSidebar.vue
parentea1697c4e320d500b728eeb56efdb9b8012fb18a (diff)
Fix callview in sidebars
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
Diffstat (limited to 'src/PublicShareSidebar.vue')
-rw-r--r--src/PublicShareSidebar.vue5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/PublicShareSidebar.vue b/src/PublicShareSidebar.vue
index 381e23827..36fa6d124 100644
--- a/src/PublicShareSidebar.vue
+++ b/src/PublicShareSidebar.vue
@@ -32,7 +32,10 @@
</button>
</div>
<template v-else>
- <CallView v-if="isInCall" :token="token" :use-constrained-layout="true" />
+ <CallView v-if="isInCall"
+ :token="token"
+ :is-sidebar="true"
+ :use-constrained-layout="true" />
<PreventUnload :when="isInCall" />
<CallButton class="call-button" />
<ChatView :token="token" />