Page 1 of 1

Jitsi Meet - Allow Server URL Change

PostPosted: 03 Jun 2020, 12:04
by AHALL
At the moment, the only Jitsi meet installation that is supported is the 'official' one at meet.jit.si

I can go through and change the URL to a local one (e.g. meet.mysite.com in the source code, but it would be easier and less messy if there was a setting to allow this in the admin interface.

Re: Jitsi Meet - Allow Server URL Change

PostPosted: 27 Jun 2022, 04:42
by AHALL
I have done this.

In arrowchat_core.dev.js, search and replace
Code: Select all
https://meet.jit.si/
with
Code: Select all
https://yourjitisi.example.com/
(They are at lines 5170 and 5172 in 3.0.7).

You then need to pack the arrowchat_core.dev.js file, then overwrite the arrowchat_core.js file.

In arrowchat_mobile.js, search and replace
Code: Select all
https://meet.jit.si/

with
Code: Select all
https://yourjitisi.example.com/
(They are at lines 634 and 636 in 3.0.7).

Save the file.