summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorVitor Mattos <vitor@php.rio>2022-12-21 12:44:38 -0300
committerVitor Mattos <vitor@php.rio>2022-12-21 12:44:38 -0300
commitc999fb9e26f944985ad63b9ec6d650ae3ac71e06 (patch)
treefb4ddeffaaa030370cddc1227069e23f9f94fec3 /docs
parent9d42bbc06803b69549f24cc27109c3ab27c2a142 (diff)
Changes after code review
* Text improvements https://github.com/nextcloud/spreed/pull/8471#discussion_r1052558815 * Use constant instead of hardcoded value https://github.com/nextcloud/spreed/pull/8471#discussion_r1052559391 Signed-off-by: Vitor Mattos <vitor@php.rio>
Diffstat (limited to 'docs')
-rw-r--r--docs/conversation.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/conversation.md b/docs/conversation.md
index fbb928c69..5348c8440 100644
--- a/docs/conversation.md
+++ b/docs/conversation.md
@@ -91,8 +91,8 @@
| `participants` | array | v1 | v2 | **Removed** |
| `guestList` | string | v1 | v2 | **Removed** |
| `avatarUrl` | string | v4 | | Avatar URL of the conversation including a version flag `v=…` for easier expiration of the avatar in case a moderator updates it, since the avatar endpoint should be cached for 24 hours. |
-| `callStartTime` | int | v4 | | Call start time |
-| `callRecording` | int | v4 | | Call recording status |
+| `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) |
## Creating a new conversation