summaryrefslogtreecommitdiffstats
path: root/src/components/CallView/shared/VideoBottomBar.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/CallView/shared/VideoBottomBar.vue')
-rw-r--r--src/components/CallView/shared/VideoBottomBar.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/CallView/shared/VideoBottomBar.vue b/src/components/CallView/shared/VideoBottomBar.vue
index 1cbae223e..1cf6ea6ba 100644
--- a/src/components/CallView/shared/VideoBottomBar.vue
+++ b/src/components/CallView/shared/VideoBottomBar.vue
@@ -270,7 +270,7 @@ export default {
switchToScreen() {
if (!this.sharedData.screenVisible) {
- this.$emit('switchScreenToId', this.model.attributes.peerId)
+ this.$emit('switch-screen-to-id', this.model.attributes.peerId)
}
},