您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

routes.js 392B

1234567891011121314151617
  1. export const screen = {
  2. conference: {
  3. main: 'Conference',
  4. chat: 'Chat',
  5. chatandpolls: {
  6. main: 'Chat and Polls',
  7. tab: {
  8. chat: 'Chat',
  9. polls: 'Polls'
  10. }
  11. },
  12. participants: 'Participants',
  13. invite: 'Invite',
  14. sharedDocument: 'Shared document'
  15. },
  16. lobby: 'Lobby'
  17. };