UPSTREAM BASELINE: nextcloud/spreed v22.0.12 (без изменений)
Type checking / changes (push) Has been cancelled
Type checking / test (push) Has been cancelled
Type checking / typescript-summary (push) Has been cancelled
Node tests / changes (push) Has been cancelled
Node tests / test (push) Has been cancelled
Node tests / test-summary (push) Has been cancelled
Type checking / changes (push) Has been cancelled
Type checking / test (push) Has been cancelled
Type checking / typescript-summary (push) Has been cancelled
Node tests / changes (push) Has been cancelled
Node tests / test (push) Has been cancelled
Node tests / test-summary (push) Has been cancelled
Источник: https://github.com/nextcloud/spreed/archive/refs/tags/v22.0.12.tar.gz С этого коммита ветка официального Nextcloud Talk отрезана (решение владельца 2026-07-06). Все дальнейшие изменения — только наши; версии релизов: 22.0.12-f7.N.
This commit is contained in:
+64
@@ -0,0 +1,64 @@
|
||||
# SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors
|
||||
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
|
||||
site_name: Nextcloud Talk API documentation
|
||||
|
||||
theme:
|
||||
name: readthedocs
|
||||
highlightjs: true
|
||||
hljs_languages:
|
||||
- php
|
||||
- js
|
||||
- bash
|
||||
|
||||
markdown_extensions:
|
||||
- admonition
|
||||
- def_list
|
||||
- toc:
|
||||
permalink: "#"
|
||||
baselevel: 2
|
||||
|
||||
nav:
|
||||
- 'Overview': 'index.md'
|
||||
- 'Changelogs': 'changelog.md'
|
||||
- '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'
|
||||
- 'Quick install': 'quick-install.md'
|
||||
- 'Scalability': 'scalability.md'
|
||||
- 'Call experience': 'call-experience.md'
|
||||
- 'Sample conversations': 'sample-conversations.md'
|
||||
- 'Occ commands': 'occ.md'
|
||||
- 'Bots': 'bot-list.md'
|
||||
- 'Matterbridge integration': 'matterbridge.md'
|
||||
- 'Developer documentation':
|
||||
- 'Developer setup': 'developer-setup.md'
|
||||
- 'Bots and webhooks': 'bots.md'
|
||||
- 'Constants': 'constants.md'
|
||||
- 'Capabilities': 'capabilities.md'
|
||||
- 'PHP events': 'events.md'
|
||||
- 'API documentation':
|
||||
- 'Global API status and headers': 'global.md'
|
||||
- 'Conversations management': 'conversation.md'
|
||||
- 'Conversation avatars management': 'avatar.md'
|
||||
- 'Participants 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/'
|
||||
- 'Configuring a TURN server':
|
||||
- 'Overview': 'TURN.md'
|
||||
- 'coTURN': 'coturn.md'
|
||||
- 'eturnal': 'eturnal.md'
|
||||
- 'Removed features':
|
||||
- 'Commands': 'commands.md'
|
||||
Reference in New Issue
Block a user