浏览代码

Renames event name.

j8
damencho 9 年前
父节点
当前提交
586b8401ae
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      service/UI/UIEvents.js

+ 1
- 1
service/UI/UIEvents.js 查看文件

@@ -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

正在加载...
取消
保存