You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

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';