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

constants.js 136B

123456
  1. // @flow
  2. /**
  3. * The default server URL to open if no other was specified.
  4. */
  5. export const DEFAULT_SERVER_URL = 'https://meet.jit.si';