選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

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