how to change layout of Jitsi Meet

前端 未结 3 1117
生来不讨喜
生来不讨喜 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:08

    You will need to build the sources with your changes. Please see: https://github.com/jitsi/jitsi-meet#building-the-sources

    0 讨论(0)
  • 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.

    0 讨论(0)
  • 2021-01-16 01:23

    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

    0 讨论(0)
提交回复
热议问题