Skip to content

Commit ae54e1e

Browse files
author
Axel Prola
committed
Feature : Add config to set the filmstrip background opaque
1 parent 48e2c18 commit ae54e1e

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

docs/dev-guide/configuration.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -927,6 +927,19 @@ If true disable the camera tint foreground on the active speaker in the filmstri
927927
disableCameraTintForeground: true
928928
```
929929

930+
### filmstripBackgroundOpaque
931+
932+
type: `Boolean`
933+
934+
Default: **unset**
935+
936+
If true force the filmstrip container background to have an opacity of 1
937+
938+
```javascript
939+
filmstripBackgroundOpaque: true
940+
```
941+
942+
930943
## Face Landmarks
931944

932945
### faceLandmarks

0 commit comments

Comments
 (0)