diff --git a/docs/constants.md b/docs/constants.md index 9b5aaba891..91c2bfe421 100644 --- a/docs/constants.md +++ b/docs/constants.md @@ -141,7 +141,7 @@ ### Recording consent required * `0` - No recording consent is required to join a call * `1` - Recording consent is required -* `2` - Recording consent can be enabled by moderators on conversation level +* `2` - Recording consent can be enabled by moderators on conversation level (not allowed on conversation API level, only on config level) ## Chat diff --git a/docs/conversation.md b/docs/conversation.md index 1988612ecd..b2e37065bb 100644 --- a/docs/conversation.md +++ b/docs/conversation.md @@ -108,7 +108,7 @@ | `isCustomAvatar` | bool | v4 | | Flag if the conversation has a custom avatar (only available with `avatar` capability) | | `callStartTime` | int | v4 | | Timestamp when the call was started (only available with `recording-v1` capability) | | `callRecording` | int | v4 | | Type of call recording (see [Constants - Call recording status](constants.md#call-recording-status)) (only available with `recording-v1` capability) | -| `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) | +| `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) | | `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) | ## Creating a new conversation