Skip to content

Commit

Permalink
fix(client,config) drop no longer used config option
Browse files Browse the repository at this point in the history
  • Loading branch information
saghul committed Jul 7, 2023
1 parent 93b638a commit b85541f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions spot-client/src/common/app-state/config/default-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -185,11 +185,6 @@ export default {
? process.env.MEETING_DOMAINS_WHITELIST.split(',')
: [ 'alpha.jitsi.net', 'beta.meet.jit.si', 'meet.jit.si' ],

/**
* Configurations for joining meetings from various meeting providers.
*/
MEETING_INTEGRATIONS: {},

/**
* Domains which Spot can be hosted on which should place Spot into a
* different UX mode.
Expand Down

0 comments on commit b85541f

Please sign in to comment.