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
You will need to build the sources with your changes. Please see: https://github.com/jitsi/jitsi-meet#building-the-sources
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
.
You might be able to use lib-jitsi-meet to create a custom layout as described in this dev community post. https://community.jitsi.org/t/jitsi-dev-jitsi-meet-video-conferences-with-a-custom-gui