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:
authorJoas Schilling <coding@schilljs.com>2019-07-05 11:07:11 +0300
committerDaniel Calviño Sánchez <danxuliu@gmail.com>2019-08-28 11:28:06 +0300
commitac1c1520b69ab77ee10d2086e5e3f48b366fab5c (patch)
treed1afee79743d7b469109eec8b1a795c075cc36c9 /docs
parent8cd50644d406364a43acfebed30836694c632199 (diff)
Add capability
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/capabilities.md2
-rw-r--r--docs/webinary.md6
2 files changed, 7 insertions, 1 deletions
diff --git a/docs/capabilities.md b/docs/capabilities.md
index fef80fb06..7f3fa080e 100644
--- a/docs/capabilities.md
+++ b/docs/capabilities.md
@@ -33,6 +33,6 @@ title: Capabilities
* `locked-one-to-one-rooms` - One-to-one conversations are now locked to the users. Neither guests nor other participants can be added, so the options to do that should be hidden as well. Also a user can only leave a one-to-one conversation (not delete). It will be deleted when the other participant left too. If the other participant posts a new chat message or starts a call, the left-participant will be re-added.
* `read-only-rooms` - Conversations can be in `read-only` mode which means people can not do calls or write chat messages.
-
## 7.0
* `chat-read-marker` - The chat can be optionally marked read by clients manually, independent from the loading of the chat messages.
+* `webinary-lobby` - See [Webinary management](webinary.md) for technical details.
diff --git a/docs/webinary.md b/docs/webinary.md
index 1d46ee103..bed6b8568 100644
--- a/docs/webinary.md
+++ b/docs/webinary.md
@@ -1,5 +1,11 @@
# Webinary management
+Group and public conversations can be used to host webinaries. Those online meetings can have a lobby, which come with the following restrictions:
+* Only moderators can start/join a call
+* Only moderators can read and write chat messages
+* Normal users can only join the room. They then pull the room endpoint regularly for an update and should start the chat and signaling as well as allowing to join the call, once the lobby got disabled.
+
+
Base endpoint is: `/ocs/v2.php/apps/spreed/api/v1`
## Set lobby for a conversation