Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions docs/constants.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
24 changes: 22 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,32 @@
![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)
* [Conversation API](conversation.md)
* [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)