Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorVincent Petry <vincent@nextcloud.com>2021-06-07 14:12:44 +0300
committerVincent Petry <vincent@nextcloud.com>2021-06-07 14:12:44 +0300
commitb6124f3524f7aac7d4110f049dffde097613f333 (patch)
tree64059d785800e6d1173aa23de1dd925593c79c0d /docs
parent7fee2441d93ab0d16503f50c2289c6c7d01e1e19 (diff)
Update API docs index.md links + extra constants
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/constants.md3
-rw-r--r--docs/index.md24
2 files changed, 25 insertions, 2 deletions
diff --git a/docs/constants.md b/docs/constants.md
index cf1867590..f32bd3265 100644
--- a/docs/constants.md
+++ b/docs/constants.md
@@ -52,12 +52,15 @@ title: Constants
### Attendee types
* `users` - Logged-in users
+* `groups` - Groups
* `guests` - Guest without a login
* `emails` - A guest invited by email address
### Actor types of chat messages
* `guests` - guest users
* `users` - logged-in users
+* `emails` - users invited by email
+* `groups` - groups
* `bots` - used by commands (actor-id is the used `/command`) and the changelog conversation (actor-id is `changelog`)
## Signaling modes
diff --git a/docs/index.md b/docs/index.md
index 439a37814..fc0297c91 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -1,7 +1,14 @@
![Screenshot of the chat in Nextcloud Talk](chat.png)
-# Nextcloud Talk API documentation
+# Nextcloud Talk Documentation
+## Setup
+
+* [System requirements](system-requirements.md)
+* [TURN server setup](TURN.md)
+* [Call experience](call-experience.md)
+
+## Talk API
* [Constants](constants.md)
* [Capabilities](capabilities.md)
@@ -9,4 +16,17 @@
* [Participant API](participant.md)
* [Call API](call.md)
* [Chat API](chat.md)
-* [Signaling API](internal-signaling.md)
+* [Webinar API](webinar.md)
+* [Internal Signaling API](internal-signaling.md)
+* [Standalone Signaling API](standalone-signaling-api-v1.md)
+* [Talk Settings API](settings.md)
+* [Events](events.md)
+
+### Integrations
+
+* [File sharing integration](integration.md)
+* [Matterbridge integration](matterbridge.md)
+
+## Other
+
+* [Chat commands](commands.md)