This release adds new methods for BigBlueButton meeting parameters, updates the configuration defaults, and prepares the package for smoother integration with the latest BBB API.
Key highlights include:
Added new meeting parameter methods:
disabledFeatures
disabledFeaturesExclude
preUploadedPresentationOverrideDefault
presentationUploadExternalUrl
presentationUploadExternalDescription
recordFullDurationMedia
preUploadedPresentation
preUploadedPresentationName
allowPromoteGuestToModerator
Updated config/bigbluebutton.php with proper defaults, types, and documentation.
Ensured compatibility with the latest BBB API.
Composer version updated for release.
Changelog:
Added
Support for new meeting parameters listed above.
Configuration entries with proper documentation, default values, and types.
Changed
Updated composer version for release.
Fixed
Normalization of array or comma-separated feature lists (disabledFeatures, disabledFeaturesExclude).