Jitsi App
About
Jitsi Meet is an open source JavaScript WebRTC application used primarily for video conferencing.
- Questions? Ask in the Cloudron Forum - Jitsi
- Jitsi Website
- Jitsi docs
- Jitsi issue tracker
Custom configuration
Custom configuration can be set in /app/data/jitsi-meet-config.js
using the File manager.
See the upstream config file for configuration options.
Be sure to restart the app after making any changes.
Ports
Jitsi uses P2P for conferences with only 2 people.
With more than 2 people, it uses the Jitsi Videobridge for mixing audio/video. Jitsi requires the port UDP/10000
to be open for conferences more than 2 people.