mirror of
https://github.com/nextcloud/spreed.git
synced 2025-12-17 21:12:20 +01:00
Merge pull request #13135 from nextcloud/docs/13085/fix-docs-for-recording-consent
docs: Fix values for used recording consent options
This commit is contained in:
commit
1a9988be19
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue