export const screen = { welcome: { main: 'Welcome', tabs: { recent: 'Recent', calendar: 'Calendar' } }, dialInSummary: 'Dial-In Info', connecting: 'Connecting', preJoin: 'Pre-Join', conference: { root: 'Conference root', main: 'Conference', carmode: 'Car Mode', chat: 'Chat', chatandpolls: { main: 'Chat and Polls', tab: { chat: 'Chat', polls: 'Polls' } }, container: 'Conference container', security: 'Security Options', recording: 'Recording', liveStream: 'Live stream', speakerStats: 'Speaker Stats', salesforce: 'Link to Salesforce', participants: 'Participants', gifsMenu: 'GIPHY', invite: 'Invite', sharedDocument: 'Shared document' }, lobby: { root: 'Lobby root', main: 'Lobby', chat: 'Lobby chat' }, settings: { main: 'Settings', links: { help: 'Help', privacy: 'Privacy', terms: 'Terms' } } };