瀏覽代碼

Renames event name.

j8
damencho 9 年之前
父節點
當前提交
586b8401ae
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      service/UI/UIEvents.js

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

21
     AUDIO_MUTED: "UI.audio_muted",
21
     AUDIO_MUTED: "UI.audio_muted",
22
     VIDEO_MUTED: "UI.video_muted",
22
     VIDEO_MUTED: "UI.video_muted",
23
     ETHERPAD_CLICKED: "UI.etherpad_clicked",
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
      * Updates shared video with params: url, state, time(optional)
26
      * Updates shared video with params: url, state, time(optional)
27
      * Where url is the video link, state is stop/start/pause and time is the
27
      * Where url is the video link, state is stop/start/pause and time is the

Loading…
取消
儲存