From 19f96928eeb6b32073b5643e817fd41fc865178b Mon Sep 17 00:00:00 2001 From: Thierry Carrez Date: Wed, 3 Jun 2020 16:50:42 +0200 Subject: [PATCH] Start meetings with video muted For privacy reasons, it is better to start with video muted, as some browsers might remember a previous authorization. Change-Id: Ie2ed987236a4b0627f968dc5e2fb92e0a77a794a --- playbooks/roles/jitsi-meet/files/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/roles/jitsi-meet/files/config.js b/playbooks/roles/jitsi-meet/files/config.js index f014fd75a9..04a3a944fb 100644 --- a/playbooks/roles/jitsi-meet/files/config.js +++ b/playbooks/roles/jitsi-meet/files/config.js @@ -132,7 +132,7 @@ var config = { // Start calls with video muted. Unlike the option above, this one is only // applied locally. FIXME: having these 2 options is confusing. - // startWithVideoMuted: false, + startWithVideoMuted: true, // If set to true, prefer to use the H.264 video codec (if supported). // Note that it's not recommended to do this because simulcast is not