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:
authorDaniel Calviño Sánchez <danxuliu@gmail.com>2021-06-07 17:19:43 +0300
committerJoas Schilling <coding@schilljs.com>2021-06-11 10:08:06 +0300
commit1588b641719eee7777cae803cda594a28953bb49 (patch)
treef20cc6c0808cf62bbc4ef72b56c7d5b7b5c6f4aa /docs
parentdbd1abfafc16791758cb97124cefcc82cf37f62f (diff)
Add capability for "publishing-permissions"
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/capabilities.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/capabilities.md b/docs/capabilities.md
index ee36a552a..0e4765fcd 100644
--- a/docs/capabilities.md
+++ b/docs/capabilities.md
@@ -77,3 +77,4 @@ title: Capabilities
* `signaling-v3` - Whether signaling API v3 is available. This also means that v1 and v2 are **not** available anymore. The TURN and STUN server data is now returning all defined servers instead of a random one. Multiple entries for the same server are combined and using the urls array correctly now.
* `geo-location-sharing` - Whether the `geo-location` rich object is defined and can be shared to the rich-object sharing endpoint.
* `voice-message-sharing` - Shared files can be flagged as voice messages and are then presented differently in the interface
+* `publishing-permissions` - Whether the publishing permissions can be set for the attendees.