Merge "Restore some meetpad settings we had previously set"
This commit is contained in:
commit
c600c4a2cc
@ -19,6 +19,7 @@ services:
|
||||
- ENABLE_LETSENCRYPT
|
||||
- ENABLE_HTTP_REDIRECT
|
||||
- ENABLE_TRANSCRIPTIONS
|
||||
- ENABLE_P2P
|
||||
- DISABLE_HTTPS
|
||||
- JICOFO_AUTH_USER
|
||||
- LETSENCRYPT_DOMAIN
|
||||
@ -40,6 +41,7 @@ services:
|
||||
- JIBRI_RECORDER_USER
|
||||
- JIBRI_RECORDER_PASSWORD
|
||||
- ENABLE_RECORDING
|
||||
- START_VIDEO_MUTED
|
||||
|
||||
# XMPP server
|
||||
prosody:
|
||||
|
@ -196,3 +196,10 @@ JVB_TCP_PORT=4443
|
||||
|
||||
# Redirects HTTP traffic to HTTPS. Only works with the standard HTTPS port (443).
|
||||
#ENABLE_HTTP_REDIRECT=1
|
||||
|
||||
# Participants after the Nth (value below) joining will have their video muted.
|
||||
# This should mute video for all participants who join.
|
||||
START_VIDEO_MUTED=0
|
||||
|
||||
# Disable P2P connections for meetings between two participants.
|
||||
ENABLE_P2P=false
|
||||
|
@ -299,3 +299,10 @@ JIBRI_LOGS_DIR=/config/logs
|
||||
|
||||
# Redirects HTTP traffic to HTTPS. Only works with the standard HTTPS port (443).
|
||||
#ENABLE_HTTP_REDIRECT=1
|
||||
|
||||
# Participants after the Nth (value below) joining will have their video muted.
|
||||
# This should mute video for all participants who join.
|
||||
START_VIDEO_MUTED=0
|
||||
|
||||
# Disable P2P connections for meetings between two participants.
|
||||
ENABLE_P2P=false
|
||||
|
Loading…
x
Reference in New Issue
Block a user