feat: add client_settings_override parameter to create_meeting() #20
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This allows overriding the html5-client settings.yml options in the create call, for this to work
allowOverrideClientSettingsOnCreateCallin/etc/bigbluebutton/bbb-web.propertiesneeds to be set totrue.Documentation of the feature.
pytestran 0 tests, I didn't find any either. The linter complains about having more than five arguments in the function, any ideas how i could implement this without the extra argument?This should however not break compatibility since the behaviour stays the same as before if the client_settings_override parameter is not passed.
Regarding
data:<![CDATA[and]]>could be included in the literal string since it doesn't change<module>parts could be supplied by the calleris there any preference on how thats handled?
When the technical details are resolved I'm gonna open another pull request to add the feature to the docs