Renames event name.
This commit is contained in:
parent
f0fd7d7435
commit
586b8401ae
|
@ -21,7 +21,7 @@ export default {
|
||||||
AUDIO_MUTED: "UI.audio_muted",
|
AUDIO_MUTED: "UI.audio_muted",
|
||||||
VIDEO_MUTED: "UI.video_muted",
|
VIDEO_MUTED: "UI.video_muted",
|
||||||
ETHERPAD_CLICKED: "UI.etherpad_clicked",
|
ETHERPAD_CLICKED: "UI.etherpad_clicked",
|
||||||
SHARED_VIDEO_CLICKED: "UI.start-shared-video",
|
SHARED_VIDEO_CLICKED: "UI.start_shared_video",
|
||||||
/**
|
/**
|
||||||
* Updates shared video with params: url, state, time(optional)
|
* Updates shared video with params: url, state, time(optional)
|
||||||
* 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
|
||||||
|
|
Loading…
Reference in New Issue