docker-jitsi-meet icon indicating copy to clipboard operation
docker-jitsi-meet copied to clipboard

Can't change invite domain and remove redirection to welcome page

Open pouryash opened this issue 2 years ago • 4 comments

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

pouryash avatar Feb 25 '23 09:02 pouryash

You can use config-custom.js to add any custom config options.

saghul avatar Feb 25 '23 11:02 saghul

The mentioned settings are in the config-custom.js file but not work

pouryash avatar Feb 25 '23 12:02 pouryash

What Docker image versions are you using?

saghul avatar Feb 25 '23 13:02 saghul

version: stable-8138

pouryash avatar Feb 25 '23 13:02 pouryash