docker-jitsi-meet
docker-jitsi-meet copied to clipboard
Can't change invite domain and remove redirection to welcome page
Hi!
i wanna change invitation domain and remove redirection to welcome page or change redirection to another url and here is my config in docker:
config.js: `{ // The domain url to apply (will replace the domain in the sharing conference link/embed section) inviteDomain: 'testdomain.com' }
// Welcome page. config.enableWelcomePage = false;
// Close page. config.enableClosePage = false;`
but configuration not work
You can use config-custom.js to add any custom config options.
The mentioned settings are in the config-custom.js file but not work
What Docker image versions are you using?
version: stable-8138