Help
Suggest features for the ArrowChat software
User avatar
AHALL
Customer
 
Posts: 9
Joined: 07 Apr 2020, 04:13

 

by AHALL 03 Jun 2020, 12:04

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.
User avatar
AHALL
Customer
 
Posts: 9
Joined: 07 Apr 2020, 04:13

 

by AHALL 27 Jun 2022, 04:42

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.