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 384B

123456789101112131415
  1. // @flow
  2. /**
  3. * A list of domains we consider jitsi-enabled domains by default. This is in
  4. * line with the app links on iOS and Android, but stands here as retreiving
  5. * those programatically is not straightforward.
  6. */
  7. export const JITSI_KNOWN_DOMAINS = [
  8. 'beta.meet.jit.si',
  9. 'beta.hipchat.me',
  10. 'chaos.hipchat.me',
  11. 'enso.me',
  12. 'hipchat.me',
  13. 'meet.jit.si'
  14. ];