summaryrefslogtreecommitdiffstats
path: root/src/components/CallView
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/CallView')
-rw-r--r--src/components/CallView/shared/LocalMediaControls.vue5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/components/CallView/shared/LocalMediaControls.vue b/src/components/CallView/shared/LocalMediaControls.vue
index d587cf130..1b1bfaeba 100644
--- a/src/components/CallView/shared/LocalMediaControls.vue
+++ b/src/components/CallView/shared/LocalMediaControls.vue
@@ -676,6 +676,11 @@ export default {
},
toggleScreenSharingMenu() {
+ if (IS_DESKTOP) {
+ alert('Unfortunately, Screen sharing is not supported by Nextcloud Talk Preview')
+ return
+ }
+
if (!this.isScreensharingAllowed) {
return
}