Renames event name.

This commit is contained in:
damencho 2016-03-22 14:57:36 -05:00
parent fe7d05a951
commit 9a39898eea
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ export default {
* Where url is the video link, state is stop/start/pause and time is the * Where url is the video link, state is stop/start/pause and time is the
* current video playing time. * current video playing time.
*/ */
UPDATE_SHARED_VIDEO: "UI.update-shared-video", UPDATE_SHARED_VIDEO: "UI.update_shared_video",
ROOM_LOCK_CLICKED: "UI.room_lock_clicked", ROOM_LOCK_CLICKED: "UI.room_lock_clicked",
USER_INVITED: "UI.user_invited", USER_INVITED: "UI.user_invited",
USER_KICKED: "UI.user_kicked", USER_KICKED: "UI.user_kicked",