From 8389fad877351e8bfae7a69f9171e2851de65e6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20N=C3=A9grier?= Date: Wed, 10 Feb 2021 11:20:05 +0100 Subject: [PATCH] Disabling video background by default on Jitsi (because it consumes a lot of CPU) --- front/src/WebRtc/JitsiFactory.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/front/src/WebRtc/JitsiFactory.ts b/front/src/WebRtc/JitsiFactory.ts index d9b0e9ea..fb7dfa80 100644 --- a/front/src/WebRtc/JitsiFactory.ts +++ b/front/src/WebRtc/JitsiFactory.ts @@ -15,6 +15,7 @@ const defaultInterfaceConfig = { HIDE_INVITE_MORE_HEADER: true, DISABLE_JOIN_LEAVE_NOTIFICATIONS: true, + DISABLE_VIDEO_BACKGROUND: true, // Note: hiding brand does not seem to work, we probably need to put this on the server side. SHOW_BRAND_WATERMARK: false,