Skip to content
This repository was archived by the owner on Mar 22, 2023. It is now read-only.

Commit 117979d

Browse files
committed
[doc-issue-14014] - Inserted documentation regarding new endpoint.
1 parent 6b21d64 commit 117979d

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

_data/insertDocument.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
- name: "meetingID"
2+
required: true
3+
type: "String"
4+
description: "A meeting ID that can be used to identify this meeting by the 3rd-party application. <br><br> This must be unique to the server that you are calling: different active meetings can not have the same meeting ID. <br><br> If you supply a non-unique meeting ID (a meeting is already in progress with the same meeting ID), then if the other parameters in the create call are identical, the create call will succeed (but will receive a warning message in the response). The create call is idempotent: calling multiple times does not have any side effect. This enables a 3rd-party applications to avoid checking if the meeting is running and always call create before joining each user.<br><br> Meeting IDs should only contain upper/lower ASCII letters, numbers, dashes, or underscores. A good choice for the meeting ID is to generate a <a href=\"http://en.wikipedia.org/wiki/Globally_unique_identifier\">GUID</a> value as this all but guarantees that different meetings will not have the same meetingID."

_posts/2.5/2021-06-09-new.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,14 @@ You can now pin a webcam so it always stays visible. This is useful if one on o
6161

6262
Private guest lobby message, display position in waiting line
6363

64+
### Improvements to Endpoint API
65+
66+
#### New endpoint
67+
68+
A new API endpoint was added: `/insertDocument`. Now, it is possible to send a batch of documents with all the common presentation parameters such as `current`, `downloadable` and `removable`.
69+
70+
All the presentations are sent via payload (the body of the request), whether by a link to download the file or by `base64` encoded file.
71+
6472
## Engagement
6573

6674
### Text message broadcasting to breakout rooms

0 commit comments

Comments
 (0)