1234567891011121314151617 |
- export const screen = {
- conference: {
- main: 'Conference',
- chat: 'Chat',
- chatandpolls: {
- main: 'Chat and Polls',
- tab: {
- chat: 'Chat',
- polls: 'Polls'
- }
- },
- participants: 'Participants',
- invite: 'Invite',
- sharedDocument: 'Shared document'
- },
- lobby: 'Lobby'
- };
|