Maybe I\'m wrong ... but as far as I know all Jitsi Meet element (home and room page) build using script that has been minified and also some of them connected to files insi
When you install jitsi-meet
, indeed the files are in /usr/share/jitsi-meet
. But these aren't really the source files and those cannot be easily changed.
In order to change that page, you need to check out the project source code from https://github.com/jitsi/jitsi-meet, make your change, run npm install && make
as stated in the README and then make sure your web server uses your checkout folder instead of /usr/share/jitsi-meet
.