Skip to content

Commit

Permalink
Feature : Add config to set the filmstrip background opaque
Browse files Browse the repository at this point in the history
  • Loading branch information
Axel Prola committed Feb 19, 2025
1 parent 48e2c18 commit ae54e1e
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docs/dev-guide/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ae54e1e

Please # to comment.