ソースを参照

Renames event name.

master
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

読み込み中…
キャンセル
保存