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

constants.js 631B

12345678910111213
  1. // XXX The function parseURLParams is exported by the feature base/config (as
  2. // defined in the terminology of react/). However, this file is (very likely)
  3. // bundled in external_api in addition to app.bundle and, consequently, it is
  4. // best to import as little as possible here (rather than the whole feature
  5. // base/config) in order to minimize the amount of source code bundled into
  6. // multiple bundles.
  7. import parseURLParams from '../../react/features/base/config/parseURLParams';
  8. /**
  9. * JitsiMeetExternalAPI id - unique for a webpage.
  10. */
  11. export const API_ID
  12. = parseURLParams(window.location).jitsi_meet_external_api_id;