|
|
|
|
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
|