Notify meetpad users when someone is recording

This shouldn't be considered and absolute notification as recordings can
occur outside of jitsi meet as well (obs etc). But during the ptg people
had to notify others manually when using meetpad's built in local
recording mechanism let's make that more automatic.

Change-Id: I5374773ef2262971a049143aed2353cc8366345d
This commit is contained in:
Clark Boylan 2025-04-11 14:48:47 -07:00
parent 89c01bd251
commit a6e7f4bb34

View File

@ -34,6 +34,7 @@ ENABLE_HTTP_REDIRECT=1
START_AUDIO_MUTED=0 START_AUDIO_MUTED=0
START_VIDEO_MUTED=0 START_VIDEO_MUTED=0
ENABLE_P2P=false ENABLE_P2P=false
ENABLE_LOCAL_RECORDING_NOTIFY_ALL_PARTICIPANT=true
# shellcheck disable=SC2034 # shellcheck disable=SC2034