Renames event name.

This commit is contained in:
damencho
2016-03-22 14:57:36 -05:00
parent fe7d05a951
commit 9a39898eea
+1 -1
View File
@@ -27,7 +27,7 @@ export default {
* Where url is the video link, state is stop/start/pause and time is the
* 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",
USER_INVITED: "UI.user_invited",
USER_KICKED: "UI.user_kicked",