summaryrefslogtreecommitdiffstats
path: root/docs/index.md
blob: 5d046a66e7dfeff515064a5e1ab9ac3e05149646 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
![Screenshot of the chat in Nextcloud Talk](chat.png)

# Nextcloud Talk Documentation

## User documentation

* [User system requirements](user-requirements.md)
* [User feature documentation](https://docs.nextcloud.com/server/latest/user_manual/en/talk/index.html)

## Administration documentation

* [Server system requirements](system-requirements.md)
* [Configuring a TURN server](TURN.md)
	* [Configuring coTURN](coturn.md)
	* [Configuring eturnal](eturnal.md)
* [Scalability](scalability.md)
* [Call experience](call-experience.md)
* [Occ commands](occ.md)
* [Bots](bot-list.md)
* [Commands (deprecated)](commands.md)
* [Matterbridge integration](matterbridge.md)

## Developer documentation

* [Bots and webhooks](bots.md)
* [Constants](constants.md)
* [Capabilities](capabilities.md)
* [PHP Events](events.md)

## API documentation

* [Global API status and headers](global.md)
* [Conversation management](conversation.md)
* [Conversation avatar management](avatar.md)
* [Participant management](participant.md)
* [Call management](call.md)
* [Call recording management](recording.md)
* [Chat management](chat.md)
* [Reaction management](reaction.md)
* [Poll management](poll.md)
* [Breakout rooms management](breakout-rooms.md)
* [Bots management](bot-management.md)
* [Integration by other apps](integration.md)
* [Webinar management](webinar.md)
* [Settings management](settings.md)
* [Internal Signaling API](internal-signaling.md)
* [Standalone Signaling API](https://nextcloud-spreed-signaling.readthedocs.io/en/latest/)