how to change layout of Jitsi Meet

前端 未结 3 1119
生来不讨喜
生来不讨喜 2021-01-16 00:36

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

3条回答
  •  夕颜
    夕颜 (楼主)
    2021-01-16 01:22

    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.

提交回复
热议问题