summaryrefslogtreecommitdiffstats
path: root/src/components/CallView/shared/LocalMediaControls.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/CallView/shared/LocalMediaControls.vue')
-rw-r--r--src/components/CallView/shared/LocalMediaControls.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/CallView/shared/LocalMediaControls.vue b/src/components/CallView/shared/LocalMediaControls.vue
index b02132569..0233d8775 100644
--- a/src/components/CallView/shared/LocalMediaControls.vue
+++ b/src/components/CallView/shared/LocalMediaControls.vue
@@ -688,7 +688,7 @@ export default {
showScreen() {
if (this.model.attributes.localScreen) {
- this.$emit('switchScreenToId', this.localCallParticipantModel.attributes.peerId)
+ this.$emit('switch-screen-to-id', this.localCallParticipantModel.attributes.peerId)
}
this.screenSharingMenuOpen = false