Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

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;