From f8e834a5c747b67beea256d0c62c2e91caf7a875 Mon Sep 17 00:00:00 2001 From: Axel Prola Date: Tue, 18 Feb 2025 12:04:09 +0100 Subject: [PATCH] Feature : Add config to disable camera tint foreground --- docs/dev-guide/configuration.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/dev-guide/configuration.md b/docs/dev-guide/configuration.md index 79652378a..d6eac53b3 100644 --- a/docs/dev-guide/configuration.md +++ b/docs/dev-guide/configuration.md @@ -915,6 +915,18 @@ filmstrip: { } ``` +### disableCameraTintForeground + +type: `Boolean` + +Default: **unset** + +If true disable the camera tint foreground on the active speaker in the filmstrip + +```javascript +disableCameraTintForeground: true +``` + ## Face Landmarks ### faceLandmarks