Skip to content

Commit

Permalink
Update configuration.md
Browse files Browse the repository at this point in the history
  • Loading branch information
saghul authored Mar 19, 2024
1 parent 3d92886 commit 14ba651
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion docs/dev-guide/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ disabledSounds: [
// 'RAISE_HAND_SOUND'
// 'REACTION_SOUND'
// 'RECORDING_OFF_SOUND'
// 'RECORDING_ON_SOUND'
// '_ON_SOUND'
// 'TALK_WHILE_MUTED_SOUND'
]
```
Expand Down Expand Up @@ -1273,6 +1273,25 @@ recordingLimit: {
}
```

### recordings

type: `Object`

Options for the recordings features.

Properties:
* `recordAudioAndVideo` - If true (default) recording audio and video is selected by default in the recording dialog.
* `suggestRecording` - If true, shows a notification at the start of the meeting with a call to action button to start recording (for users who can do so).
* `showPrejoinWarning` - If true, shows a warning label in the prejoin screen to point out the possibility that the call you're joining might be recorded.

```javascript
recordings: {
recordAudioAndVideo: true,
suggestRecording: false,
showPrejoinWarning: true
}
```

## Screen Sharing

### desktopSharingFrameRate
Expand Down

0 comments on commit 14ba651

Please sign in to comment.