/** * The prefix of the {@code localStorage} key into which {@link storeConfig} * stores and from which {@link restoreConfig} restores. * * @protected * @type string */ export const _CONFIG_STORE_PREFIX = 'config.js'; /** * The list of all possible UI buttons. * * @protected * @type Array */ export const TOOLBAR_BUTTONS = [ 'microphone', 'camera', 'closedcaptions', 'desktop', 'embedmeeting', 'fullscreen', 'fodeviceselection', 'hangup', 'profile', 'chat', 'recording', 'livestreaming', 'etherpad', 'sharedvideo', 'shareaudio', 'settings', 'raisehand', 'videoquality', 'filmstrip', 'participants-pane', 'feedback', 'stats', 'shortcuts', 'tileview', 'select-background', 'download', 'help', 'mute-everyone', 'mute-video-everyone', 'security' ];