summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2023-03-07 13:12:55 +0100
committerJoas Schilling <coding@schilljs.com>2023-03-07 13:14:35 +0100
commit0c4eae4db9b6d621b6bd76eff103cea171395ebb (patch)
tree2bd7c8504f0acae00e882435c3fedc48221520fe /docs
parent4d80bba587156def7561bea9435ffe18c9c9dfd3 (diff)
fix(docs): Add documentation for individual breakout room adding and deleting
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/breakout-rooms.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/breakout-rooms.md b/docs/breakout-rooms.md
index 20d990c3a..d279dbfdd 100644
--- a/docs/breakout-rooms.md
+++ b/docs/breakout-rooms.md
@@ -38,6 +38,16 @@ Group and public conversations can be used to host breakout rooms.
- Data: Array of conversations (breakout rooms and parent)
See array definition in [Get userĀ“s conversations](conversation.md#get-user-s-conversations) (API v4)
+## Create additional breakout room
+
+In order to create an additional breakout room, create a conversation with object type `room` and object ID being the parent token.
+See [Creating a new conversation](conversation.md#creating-a-new-conversation) for more information.
+
+## Delete individual breakout room
+
+The normal deletion API can be used.
+See [Delete a conversation](conversation.md#delete-a-conversation) for more information.
+
## Remove breakout rooms
* Required capability: `breakout-rooms-v1`