You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

config.js 149B

1234
  1. /* global config */
  2. // For legacy reasons, use jitsi-meet's global variable config.
  3. export default typeof config === 'object' ? config : undefined;