|
|
@@ -34,6 +34,17 @@ export default {
|
|
34
|
34
|
TOGGLE_CHAT: "UI.toggle_chat",
|
|
35
|
35
|
TOGGLE_SETTINGS: "UI.toggle_settings",
|
|
36
|
36
|
TOGGLE_CONTACT_LIST: "UI.toggle_contact_list",
|
|
|
37
|
+ /**
|
|
|
38
|
+ * Notifies that a command to toggle the film strip has been issued. The
|
|
|
39
|
+ * event may optionally specify a {Boolean} (primitive) value to assign to
|
|
|
40
|
+ * the visibility of the film strip (i.e. the event may act as a setter).
|
|
|
41
|
+ * The very toggling of the film strip may or may not occurred at the time
|
|
|
42
|
+ * of the receipt of the event depending on the position of the receiving
|
|
|
43
|
+ * event listener in relation to the event listener which carries out the
|
|
|
44
|
+ * command to toggle the film strip.
|
|
|
45
|
+ *
|
|
|
46
|
+ * @see {TOGGLED_FILM_STRIP}
|
|
|
47
|
+ */
|
|
37
|
48
|
TOGGLE_FILM_STRIP: "UI.toggle_film_strip",
|
|
38
|
49
|
TOGGLE_SCREENSHARING: "UI.toggle_screensharing",
|
|
39
|
50
|
CONTACT_CLICKED: "UI.contact_clicked",
|