Browse Source

Renames event name.

j8
damencho 9 years ago
parent
commit
586b8401ae
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      service/UI/UIEvents.js

+ 1
- 1
service/UI/UIEvents.js View File

@@ -21,7 +21,7 @@ export default {
21 21
     AUDIO_MUTED: "UI.audio_muted",
22 22
     VIDEO_MUTED: "UI.video_muted",
23 23
     ETHERPAD_CLICKED: "UI.etherpad_clicked",
24
-    SHARED_VIDEO_CLICKED: "UI.start-shared-video",
24
+    SHARED_VIDEO_CLICKED: "UI.start_shared_video",
25 25
     /**
26 26
      * Updates shared video with params: url, state, time(optional)
27 27
      * Where url is the video link, state is stop/start/pause and time is the

Loading…
Cancel
Save