问题
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 inside jitsi server.
Is it possible to change the layout of Jitsi Meet html (home/room) base on my custom layout? how?
回答1:
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
.
回答2:
You will need to build the sources with your changes. Please see: https://github.com/jitsi/jitsi-meet#building-the-sources
回答3:
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
来源:https://stackoverflow.com/questions/43347530/how-to-change-layout-of-jitsi-meet