Skip to content

Commit

Permalink
Update configuration.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mihhu committed Dec 18, 2024
1 parent f9253db commit f8570a8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/dev-guide/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -1315,12 +1315,14 @@ 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.
* `showRecordingLink` - If true, the notification for recording start will display a link to download the cloud recording.

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

Expand Down

0 comments on commit f8570a8

Please sign in to comment.