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

constants.js 367B

12345678910111213141516171819
  1. // @flow
  2. /**
  3. * Example shared video link.
  4. * @type {string}
  5. */
  6. export const defaultSharedVideoLink = 'https://youtu.be/TB7LlM4erx8';
  7. /**
  8. * Fixed name of the video player fake participant.
  9. * @type {string}
  10. */
  11. export const VIDEO_PLAYER_PARTICIPANT_NAME = 'YouTube';
  12. /**
  13. * Shared video command.
  14. * @type {string}
  15. */
  16. export const SHARED_VIDEO = 'shared-video';