Skip to content

V3.0 – Added new meeting parameter methods and updated config

Latest

Choose a tag to compare

@joisarjignesh joisarjignesh released this 27 Aug 14:24
83bf2ce

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).