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

Commit 9aaab95

Browse files
committed
Add meetingExpire options to API create doc
1 parent 33af3e5 commit 9aaab95

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

_data/create.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,18 @@
261261
default: "0"
262262
description: "Setting to <code class=\"language-plaintext highlighter-rouge\">0</code> will disable this threshold. Defines the max number of webcams a meeting can have simultaneously. (added 2.5.0)"
263263

264+
- name: "meetingExpireIfNoUserJoinedInMinutes"
265+
required: false
266+
type: "Number"
267+
default: "5"
268+
description: "Automatically end meeting if no user joined within a period of time after meeting created. (added 2.4.6)"
269+
270+
- name: "meetingExpireWhenLastUserLeftInMinutes"
271+
required: false
272+
type: "Number"
273+
default: "1"
274+
description: "Number of minutes to automatically end meeting after last user left. (added 2.4.6)<br>Setting to <code class=\"language-plaintext highlighter-rouge\">0</code> will disable this function."
275+
264276
- name: "groups"
265277
required: false
266278
type: "String"

_posts/dev/2015-04-05-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Updated in 2.4:
6969

7070
- **getDefaultConfigXML** Removed, not used in HTML5 client.
7171
- **setConfigXML** Removed, not used in HTML5 client.
72-
- **create** - Added `meetingLayout`, `learningDashboardEnabled`, `learningDashboardCleanupDelayInMinutes`, `allowModsToEjectCameras`, `virtualBackgroundsDisabled`, `allowRequestsWithoutSession`, `userCameraCap`.
72+
- **create** - Added `meetingLayout`, `learningDashboardEnabled`, `learningDashboardCleanupDelayInMinutes`, `allowModsToEjectCameras`, `virtualBackgroundsDisabled`, `allowRequestsWithoutSession`, `userCameraCap`, `meetingExpireIfNoUserJoinedInMinutes`, `meetingExpireWhenLastUserLeftInMinutes`.
7373
- **join** - Added `role`, `excludeFromDashboard`.
7474

7575
Updated in 2.5:

0 commit comments

Comments
 (0)