Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

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. ];