Skip to content

Commit 1a9988b

Browse files
Merge pull request #13135 from nextcloud/docs/13085/fix-docs-for-recording-consent
docs: Fix values for used recording consent options
2 parents e156f05 + 379a9ab commit 1a9988b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/constants.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@
141141
### Recording consent required
142142
* `0` - No recording consent is required to join a call
143143
* `1` - Recording consent is required
144-
* `2` - Recording consent can be enabled by moderators on conversation level
144+
* `2` - Recording consent can be enabled by moderators on conversation level (not allowed on conversation API level, only on config level)
145145

146146
## Chat
147147

docs/conversation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
| `isCustomAvatar` | bool | v4 | | Flag if the conversation has a custom avatar (only available with `avatar` capability) |
109109
| `callStartTime` | int | v4 | | Timestamp when the call was started (only available with `recording-v1` capability) |
110110
| `callRecording` | int | v4 | | Type of call recording (see [Constants - Call recording status](constants.md#call-recording-status)) (only available with `recording-v1` capability) |
111-
| `recordingConsent` | int | v4 | | Whether recording consent is required before joining a call (see [constants list](constants.md#recording-consent-required)) (only available with `recording-consent` capability) |
111+
| `recordingConsent` | int | v4 | | Whether recording consent is required before joining a call (Only 0 and 1 will be returned, see [constants list](constants.md#recording-consent-required)) (only available with `recording-consent` capability) |
112112
| `mentionPermissions` | int | v4 | | Whether all participants can mention using `@all` or only moderators (see [constants list](constants.md#mention-permissions)) (only available with `mention-permissions` capability) |
113113

114114
## Creating a new conversation

0 commit comments

Comments
 (0)