i still miss some possibilities to customize the web config with env variables.
Or the explanations for some variables are missing:
https://github.com/jitsi/docker-jitsi-meet/blob/master/web/rootfs/defaults/settings-config.js
i am still looking for
disableThirdPartyRequests
channelLastN
enableLayerSuspension
what is actually the difference between "start audio only" and "start audio muted
Until the right varialbes are available, I have no other choice than to mount the config.js from the outside.
if i'm writing here anyway, there are a few more performace tips besides the above mentioned and the resolution?
Until the right varialbes are available, I have no other choice than to mount the config.js from the outside.
Or you could send a PR :-)
Also looking for
SHOW_PROMOTIONAL_CLOSE_PAGE
Which don't seem to be listed in the docker-compose.yml file, so I assume they are not implemented yet. Trying to change the config.js directly, these values will be overridden on restart/recreation of container.
Being able to change the defaultLanguage would also be a nice feature as well as prejoinPageEnabled as many users prefer being able to test the camera and microphone making sure they work correctly before joining the meeting.
i still miss some possibilities to customize the web config with env variables.
Or the explanations for some variables are missing:
https://github.com/jitsi/docker-jitsi-meet/blob/master/web/rootfs/defaults/settings-config.js
i am still looking for
disableThirdPartyRequests channelLastN enableLayerSuspensionwhat is actually the difference between "start audio only" and "start audio muted
Until the right varialbes are available, I have no other choice than to mount the config.js from the outside.
if i'm writing here anyway, there are a few more performace tips besides the above mentioned and the resolution?
How did. you mount the config.js from the outside? I have Problem with STUN Server p2p
Closing since this is too generic. Please do open PRs for the specific options you'd like to configure.
Most helpful comment
Or you could send a PR :-)