WIP: document allowOverrideClientSettingsOnCreateCall
This commit is contained in:
parent
e6ee469514
commit
201e35da3f
@ -68,7 +68,6 @@ object Dependencies {
|
||||
|
||||
val postgresql = "org.postgresql" % "postgresql" % Versions.postgresql
|
||||
val jacksonDataFormat = "com.fasterxml.jackson.dataformat" % "jackson-dataformat-yaml" % Versions.jacksonDataFormat
|
||||
val snakeYaml = "org.yaml" % "snakeyaml"
|
||||
}
|
||||
|
||||
object Test {
|
||||
|
@ -357,8 +357,8 @@ allowFetchAllRecordings=true
|
||||
# The directory where the pre-built configs are stored
|
||||
configDir=/var/bigbluebutton/configs
|
||||
|
||||
# Disable this option to avoid overriding client settings through /create call
|
||||
allowOverrideClientSettingsOnCreateCall=true
|
||||
# Enable this option to avoid overriding client settings through /create call
|
||||
allowOverrideClientSettingsOnCreateCall=false
|
||||
|
||||
# The directory to export Json with Meeting activities (used in Learning Dashboard)
|
||||
learningDashboardFilesDir=/var/bigbluebutton/learning-dashboard
|
||||
|
@ -396,6 +396,13 @@ const createEndpointTableData = [
|
||||
"required": false,
|
||||
"type": "String",
|
||||
"description": (<>If passed it will use this string as the name of the presentation uploaded via <code className="language-plaintext highlighter-rouge">preUploadedPresentation</code> (added 2.7.2)</>)
|
||||
},
|
||||
{
|
||||
"name": "allowOverrideClientSettingsOnCreateCall",
|
||||
"required": false,
|
||||
"default": "false",
|
||||
"type": "String",
|
||||
"description": (<>**Note: this can be used only via POST create call** (added in BBB 3.0.0-alpha.1)</>)
|
||||
}
|
||||
]
|
||||
|
||||
|
@ -109,6 +109,7 @@ Updated in 2.7:
|
||||
|
||||
Updated in 3.0:
|
||||
|
||||
- **create** - **Added:** `allowOverrideClientSettingsOnCreateCall`.
|
||||
- **join** - **Added:** `userdata-bbb_default_layout`. **Removed:** `defaultLayout` (replaced by `userdata-bbb_default_layout`).
|
||||
|
||||
|
||||
|
@ -89,6 +89,13 @@ In BigBlueButton 3.0.0-alpha.5 we replaced the JOIN parameter `defaultLayout` wi
|
||||
|
||||
In BigBlueButton 2.7.5/3.0.0-alpha.5 we stopped propagating the events.xml event TranscriptUpdatedRecordEvent due to some issues with providing too much and too repetitive data.
|
||||
|
||||
#### bbb-web properties changes
|
||||
|
||||
`allowOverrideClientSettingsOnCreateCall=false` added
|
||||
|
||||
`sessionsCleanupDelayInMinutes=60` added
|
||||
|
||||
`graphqlWebsocketUrl=${bigbluebutton.web.serverURL}/v1/graphql` added
|
||||
|
||||
### Development
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user