Skip to content

Commit

Permalink
fix: Drops no longer available enableLayerSuspension.
Browse files Browse the repository at this point in the history
  • Loading branch information
damencho authored and jallamsetty1 committed Mar 21, 2024
1 parent c267ce0 commit c3204a9
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions docs/dev-guide/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -1310,21 +1310,6 @@ Disables using screensharing as virtual background.
disableScreensharingVirtualBackground: false
```

### enableLayerSuspension

type: `Boolean`

Enable layer suspension. If enabled, endpoints whose HD layers are not in use will be suspended
(no longer sent) until they are requested again. This must be enabled for screen
sharing to work as expected on Chrome. Disabling this might result in low resolution screenshare being sent
by the client.

Default: `true`

```javascript
enableLayerSuspension: false
```

### screenshotCapture

type: `Object`
Expand Down

0 comments on commit c3204a9

Please sign in to comment.