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

Commit dbc1ba8

Browse files
authored
Switch meetingExpire params to 2.5
1 parent 8a0325f commit dbc1ba8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_data/create.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -265,13 +265,13 @@
265265
required: false
266266
type: "Number"
267267
default: "5"
268-
description: "Automatically end meeting if no user joined within a period of time after meeting created. (added 2.4.6)"
268+
description: "Automatically end meeting if no user joined within a period of time after meeting created. (added 2.5)"
269269

270270
- name: "meetingExpireWhenLastUserLeftInMinutes"
271271
required: false
272272
type: "Number"
273273
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."
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."
275275

276276
- name: "groups"
277277
required: false

0 commit comments

Comments
 (0)