summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorJoas Schilling <213943+nickvergessen@users.noreply.github.com>2022-12-21 18:33:51 +0100
committerGitHub <noreply@github.com>2022-12-21 18:33:51 +0100
commite6238d91aed4701f38c29a2d840de606d8779907 (patch)
treebb409864a6d09999784d18f636d5aa2c6110148a /docs
parent40bdb769599d5079cfa256764cb8d17b4706f675 (diff)
parentc999fb9e26f944985ad63b9ec6d650ae3ac71e06 (diff)
Merge pull request #8471 from nextcloud/feature/documentation-and-expose-property
Update documentation and expose room property
Diffstat (limited to 'docs')
-rw-r--r--docs/conversation.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/conversation.md b/docs/conversation.md
index 7948deeb0..5348c8440 100644
--- a/docs/conversation.md
+++ b/docs/conversation.md
@@ -91,6 +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 | | 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