Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

interfaceConfigOverwrite being ignored #29

Open
idesignpixels opened this issue Feb 6, 2023 · 2 comments
Open

interfaceConfigOverwrite being ignored #29

idesignpixels opened this issue Feb 6, 2023 · 2 comments

Comments

@idesignpixels
Copy link

idesignpixels commented Feb 6, 2023

version 1.3.0

The following gets completly ignored.

...
interfaceConfigOverwrite={{
  MOBILE_APP_PROMO: false,
  SHOW_JITSI_WATERMARK: false,
  DISABLE_JOIN_LEAVE_NOTIFICATIONS: true,
  SHOW_BRAND_WATERMARK: false,
  SHOW_POWERED_BY: false,
  SHOW_PROMOTIONAL_CLOSE_PAGE: false,
  JITSI_WATERMARK_LINK: '',
}}
...

When inspecting the iframe I can see the parameters are passed:

#jitsi_meet_external_api_id=3
&config.startWithAudioMuted=true
&config.disableModeratorIndicator=false
&config.enableEmailInStats=true
&interfaceConfig.MOBILE_APP_PROMO=false
&interfaceConfig.SHOW_JITSI_WATERMARK=false
&interfaceConfig.DISABLE_JOIN_LEAVE_NOTIFICATIONS=true
&interfaceConfig.SHOW_BRAND_WATERMARK=false
&interfaceConfig.SHOW_POWERED_BY=false
&interfaceConfig.SHOW_PROMOTIONAL_CLOSE_PAGE=false
&interfaceConfig.JITSI_WATERMARK_LINK=%22%22

But seem to be ignored, We're hosting ourselves, is there additional config needed to make that work?

I get the same issue when pointing to meet.jit.si instead of our server

I found this comment jitsi/jitsi-meet#7354 (comment)
Which mentions modifying a file directly, I assume this to be a file from the iframe code hosted on our server.
How do we do this is we have deployed by forking https://github.com/jitsi/docker-jitsi-meet ?

@idesignpixels
Copy link
Author

We managed to fix this by adding a custom-interface_config.js as per these instructions https://jitsi.github.io/handbook/docs/devops-guide/devops-guide-docker/#jitsi-meet-configuration

Happy to close but will keep open for a little longer to see if anyone knows why this property exists on the front end as it doesn't seem to have any affect.

@jgarplind
Copy link

Only the options listed here can be changed client side

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants