jiti-meet/react/features/conference/components/native/routes.js

33 lines
759 B
JavaScript
Raw Normal View History

export const screen = {
root: 'Root',
welcome: {
main: 'Home',
tabs: {
recent: 'Recent',
calendar: 'Calendar'
},
settings: 'Settings',
terms: 'Terms',
privacy: 'Privacy',
help: 'Help'
},
dialInSummary: 'Dial-In Info',
conference: {
main: 'Conference',
chat: 'Chat',
chatandpolls: {
main: 'Chat and Polls',
tab: {
chat: 'Chat',
polls: 'Polls'
}
},
security: 'Security Options',
speakerStats: 'Speaker Stats',
participants: 'Participants',
invite: 'Invite',
sharedDocument: 'Shared document'
},
lobby: 'Lobby'
};