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

Commit 1697a04

Browse files
authored
Merge pull request #378 from gustavotrott/master
Add meetingExpire options to API create doc
2 parents 3ed7604 + dbc1ba8 commit 1697a04

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.5)"
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.5)<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
@@ -77,7 +77,7 @@ Updated in 2.4:
7777

7878
Updated in 2.5:
7979

80-
- **create** - **Added:** `meetingCameraCap`, `groups`, `disabledFeatures`; **Deprecated:** `learningDashboardEnabled`, `breakoutRoomsEnabled`, `virtualBackgroundsDisabled`.
80+
- **create** - **Added:** `meetingCameraCap`, `groups`, `disabledFeatures`, `meetingExpireIfNoUserJoinedInMinutes`, `meetingExpireWhenLastUserLeftInMinutes`; **Deprecated:** `learningDashboardEnabled`, `breakoutRoomsEnabled`, `virtualBackgroundsDisabled`.
8181

8282
# API Data Types
8383

0 commit comments

Comments
 (0)