Changes to allow a user to set the max participants on a jitsi conference (#2323)

* Changes to allow a user to set the max participants on a jitsi
conference

* changed var name from jitsi_max_participants to matrix_prosody_jitsi_max_participants
This commit is contained in:
Rhys
2022-12-07 15:54:58 +00:00
committed by GitHub
parent 8ebf18a885
commit fd79140201
3 changed files with 18 additions and 0 deletions

View File

@ -58,3 +58,6 @@ XMPP_MUC_MODULES=
XMPP_INTERNAL_MUC_MODULES=
XMPP_RECORDER_DOMAIN={{ matrix_jitsi_recorder_domain }}
XMPP_CROSS_DOMAIN=true
{% if matrix_prosody_jitsi_max_participants is number %}
MAX_PARTICIPANTS={{ matrix_prosody_jitsi_max_participants }}
{% endif %}