Disabling video background by default on Jitsi
(because it consumes a lot of CPU)
This commit is contained in:
parent
e7ddeedb3e
commit
8389fad877
@ -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…
Reference in New Issue
Block a user