export default { NICKNAME_CHANGED: "UI.nickname_changed", SELECTED_ENDPOINT: "UI.selected_endpoint", PINNED_ENDPOINT: "UI.pinned_endpoint", /** * Notifies that local user created text message. */ MESSAGE_CREATED: "UI.message_created", /** * Notifies that local user changed language. */ LANG_CHANGED: "UI.lang_changed", /** * Notifies that local user changed email. */ EMAIL_CHANGED: "UI.email_changed", /** * Notifies that "start muted" settings changed. */ START_MUTED_CHANGED: "UI.start_muted_changed", AUDIO_MUTED: "UI.audio_muted", VIDEO_MUTED: "UI.video_muted", PREZI_CLICKED: "UI.prezi_clicked", SHARE_PREZI: "UI.share_prezi", PREZI_SLIDE_CHANGED: "UI.prezi_slide_changed", STOP_SHARING_PREZI: "UI.stop_sharing_prezi", ETHERPAD_CLICKED: "UI.etherpad_clicked", ROOM_LOCK_CLICKED: "UI.room_lock_clicked", USER_INVITED: "UI.user_invited", USER_KICKED: "UI.user_kicked", REMOTE_AUDIO_MUTED: "UI.remote_audio_muted", FULLSCREEN_TOGGLE: "UI.fullscreen_toggle", AUTH_CLICKED: "UI.auth_clicked", TOGGLE_CHAT: "UI.toggle_chat", TOGGLE_SETTINGS: "UI.toggle_settings", TOGGLE_CONTACT_LIST: "UI.toggle_contact_list", /** * Notifies that a command to toggle the film strip has been issued. The * event may optionally specify a {Boolean} (primitive) value to assign to * the visibility of the film strip (i.e. the event may act as a setter). * The very toggling of the film strip may or may not occurred at the time * of the receipt of the event depending on the position of the receiving * event listener in relation to the event listener which carries out the * command to toggle the film strip. * * @see {TOGGLED_FILM_STRIP} */ TOGGLE_FILM_STRIP: "UI.toggle_film_strip", TOGGLE_SCREENSHARING: "UI.toggle_screensharing", CONTACT_CLICKED: "UI.contact_clicked", HANGUP: "UI.hangup", LOGOUT: "UI.logout", RECORDING_TOGGLE: "UI.recording_toggle", SIP_DIAL: "UI.sip_dial", SUBEJCT_CHANGED: "UI.subject_changed", VIDEO_DEVICE_CHANGED: "UI.video_device_changed", AUDIO_DEVICE_CHANGED: "UI.audio_device_changed" };