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

Commit 8fa3bf6

Browse files
Changes in review
Co-authored-by: Gustavo Trott <[email protected]>
1 parent 117979d commit 8fa3bf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_data/insertDocument.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
- name: "meetingID"
22
required: true
33
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."
4+
description: "The meeting ID that identifies the meeting you want to insert documents."

0 commit comments

Comments
 (0)