From a6e7f4bb3433b511e1fc226df34e02e0300a272e Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Fri, 11 Apr 2025 14:48:47 -0700 Subject: [PATCH] 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 --- playbooks/roles/jitsi-meet/templates/meet-env.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/playbooks/roles/jitsi-meet/templates/meet-env.j2 b/playbooks/roles/jitsi-meet/templates/meet-env.j2 index af1b942936..420328264f 100644 --- a/playbooks/roles/jitsi-meet/templates/meet-env.j2 +++ b/playbooks/roles/jitsi-meet/templates/meet-env.j2 @@ -34,6 +34,7 @@ ENABLE_HTTP_REDIRECT=1 START_AUDIO_MUTED=0 START_VIDEO_MUTED=0 ENABLE_P2P=false +ENABLE_LOCAL_RECORDING_NOTIFY_ALL_PARTICIPANT=true # shellcheck disable=SC2034