summaryrefslogtreecommitdiffstats
path: root/docs/conversation.md
diff options
context:
space:
mode:
authorVitor Mattos <vitor@php.rio>2022-12-16 11:59:41 -0300
committerVitor Mattos <vitor@php.rio>2022-12-16 11:59:41 -0300
commit9d42bbc06803b69549f24cc27109c3ab27c2a142 (patch)
tree2ca9e4bb495d7b3312c38353e10224fcfe129a42 /docs/conversation.md
parentda1376b02cae668d941b551e3a62209786e824c6 (diff)
Update documentation and expose room property
https://github.com/nextcloud/spreed/issues/8326?notification_referrer_id=NT_kwDOABB3Z7I0Nzk0MjUzNDM1OjEwNzkxNDM#issuecomment-1354568378 Signed-off-by: Vitor Mattos <vitor@php.rio>
Diffstat (limited to 'docs/conversation.md')
-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..fbb928c69 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 | | Call start time |
+| `callRecording` | int | v4 | | Call recording status |
## Creating a new conversation