From b6124f3524f7aac7d4110f049dffde097613f333 Mon Sep 17 00:00:00 2001 From: Vincent Petry Date: Mon, 7 Jun 2021 13:12:44 +0200 Subject: Update API docs index.md links + extra constants Signed-off-by: Vincent Petry --- docs/constants.md | 3 +++ docs/index.md | 24 ++++++++++++++++++++++-- 2 files changed, 25 insertions(+), 2 deletions(-) (limited to 'docs') 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) -- cgit v1.2.3