bosh Setting Cannot Be Overwritten in config.js
See original GitHub issueThis Issue tracker is only for reporting bugs and tracking code related issues.
Before posting, please make sure you check community.jitsi.org to see if the same or similar bugs have already been discussed. General questions, installation help, and feature requests can also be posted to community.jitsi.org.
Description
The bosh
setting in config.js
cannot be overwritten on the client through configOverwrite
.
Current behavior
Jitsi will always use the bosh
setting specified in the server-side config.js
.
Expected Behavior
Jitsi uses the bosh
setting specified in the configOverwrite
option passed to JitsiMeetExternalAPI
.
Possible Solution
Either fix this or improve the documentation. It seems like the connection is set up before the room is created, so this may be a mess to fix.
Steps to reproduce
Pass a different bosh
value in the configOverwrite
value passed to JitsiMeetExternalAPI
. It will not be used.
In my case this was causing JWT authentication to fail until I set it on the server. However, I’d like to avoid server-side overwrites since I’m using the Docker setup and that requires patching each time a new set of containers is released.
Issue Analytics
- State:
- Created 3 years ago
- Comments:11 (5 by maintainers)
Top GitHub Comments
Not sure what is a goodd place to document this, TBH.
I know. We are working to make this easier, but things take time. As for WebSocket support, there is an open PR for it, once ready it will be one env var change away.
Thanks for the assistance!