From ae54e1e7cb25b2198585054fafb2b07a3dc2c08c Mon Sep 17 00:00:00 2001 From: Axel Prola Date: Tue, 18 Feb 2025 14:37:46 +0100 Subject: [PATCH] Feature : Add config to set the filmstrip background opaque --- docs/dev-guide/configuration.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/docs/dev-guide/configuration.md b/docs/dev-guide/configuration.md index d6eac53b3..f104aafdb 100644 --- a/docs/dev-guide/configuration.md +++ b/docs/dev-guide/configuration.md @@ -927,6 +927,19 @@ If true disable the camera tint foreground on the active speaker in the filmstri disableCameraTintForeground: true ``` +### filmstripBackgroundOpaque + +type: `Boolean` + +Default: **unset** + +If true force the filmstrip container background to have an opacity of 1 + +```javascript +filmstripBackgroundOpaque: true +``` + + ## Face Landmarks ### faceLandmarks