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.

isEmbeddedConfigWhitelist.ts 299B

1234567891011
  1. /**
  2. * Additional config whitelist extending the original whitelist applied when Jitsi Meet is embedded
  3. * in another app be that with an iframe or a mobile SDK.
  4. */
  5. export default [
  6. 'customToolbarButtons',
  7. 'defaultLogoUrl',
  8. 'deploymentUrls',
  9. 'liveStreaming',
  10. 'salesforceUrl'
  11. ];