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

Commit e40cb81

Browse files
committed
Minor fix on duration
1 parent 4ec7db5 commit e40cb81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2015-04-05-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ http://yourserver.com/bigbluebutton/api/create?[parameters]&checksum=[checks
364364
| maxParticipants | Optional | Number | Set the maximum number of users allowed to joined the conference at the same time. |
365365
| logoutURL | Optional | String | The URL that the BigBlueButton client will go to after users click the OK button on the 'You have been logged out message'. This overrides the value for `bigbluebutton.web.logoutURL` in [bigbluebutton.properties][bigbluebutton.properties]. |
366366
| record | Optional | Boolean | Setting ‘record=true’ instructs the BigBlueButton server to record the media and events in the session for later playback. The default is false.<br/><br/> In order for a playback file to be generated, a moderator must click the Start/Stop Recording button at least once during the sesssion; otherwise, in the absence of any recording marks, the record and playback scripts will not generate a playback file. See also the `autoStartRecording` and `allowStartStopRecording` parameters in [bigbluebutton.properties][bigbluebutton.properties]. |
367-
| duration | Optional | Number | The maximum length (in minutes) for the meeting.<br/><br/> Normally, the BigBlueButton server will end the meeting when either (a) the last person leaves (it takes a minute or two for the server to clear the meeting from memory) or when the server receives an [end](#end) API request with the associated meetingID (everyone is kicked and the meeting is immediately cleared from memory).<br/><br/> BigBlueButton begins tracking the length of a meeting when the first person joins. If duration contains a non-zero value, then when the length of the meeting exceeds the duration value the server will immediately end the meeting (equivalent to receiving an end API request at that moment). |
367+
| duration | Optional | Number | The maximum length (in minutes) for the meeting.<br/><br/> Normally, the BigBlueButton server will end the meeting when either (a) the last person leaves (it takes a minute or two for the server to clear the meeting from memory) or when the server receives an [end](#end) API request with the associated meetingID (everyone is kicked and the meeting is immediately cleared from memory).<br/><br/> BigBlueButton begins tracking the length of a meeting when it is created. If duration contains a non-zero value, then when the length of the meeting exceeds the duration value the server will immediately end the meeting (equivalent to receiving an end API request at that moment). |
368368
| isBreakout | Required(Breakout Room) | Boolean | Must be set to `true` to create a breakout room. |
369369
| parentMeetingID | Required(Breakout Room) | String | Must be provided when creating a breakout room, the parent room must be running. |
370370
| sequence | Required(Breakout Room) | Number | The sequence number of the breakout room. |

0 commit comments

Comments
 (0)