Disabling video background by default on Jitsi

(because it consumes a lot of CPU)
This commit is contained in:
David Négrier 2021-02-10 11:20:05 +01:00
parent e7ddeedb3e
commit 8389fad877
1 changed files with 1 additions and 0 deletions

View File

@ -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,