Disabling video background by default on Jitsi
(because it consumes a lot of CPU)
This commit is contained in:
parent
e7ddeedb3e
commit
8389fad877
1 changed files with 1 additions and 0 deletions
|
@ -15,6 +15,7 @@ const defaultInterfaceConfig = {
|
||||||
|
|
||||||
HIDE_INVITE_MORE_HEADER: true,
|
HIDE_INVITE_MORE_HEADER: true,
|
||||||
DISABLE_JOIN_LEAVE_NOTIFICATIONS: 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.
|
// Note: hiding brand does not seem to work, we probably need to put this on the server side.
|
||||||
SHOW_BRAND_WATERMARK: false,
|
SHOW_BRAND_WATERMARK: false,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue