Skip to content

Conversation

@samuelwei
Copy link

@samuelwei samuelwei commented Jun 11, 2025

See docs https://docs.bigbluebutton.org/development/api/#updates-to-api-in-bigbluebutton

Added: disabledFeatures options infiniteWhiteboard, deleteChatMessage, editChatMessage, replyChatMessage, chatMessageReactions, raiseHand, userReactions, chatEmojiPicker;

Also added privateChat, listed in https://docs.bigbluebutton.org/development/api/#get-post-create

@samuelwei samuelwei requested a review from FelixJacobi June 11, 2025 09:33
@samuelwei samuelwei changed the title Update features to BBB 3.0 Update feature list for BBB 3.0 Jun 11, 2025
@samuelwei samuelwei changed the title Update feature list for BBB 3.0 Update feature enum for BBB 3.0 Jun 11, 2025
@JohnKiller
Copy link

I think the enum should follow the other values naming convention?

@samuelwei
Copy link
Author

I think the enum should follow the other values naming convention?

Thanks! Of course I made a mistake, will fix soon

@samuelwei
Copy link
Author

I think the enum should follow the other values naming convention?

Thanks! Of course I made a mistake, will fix soon

Fixed

@FelixJacobi FelixJacobi merged commit ec9c644 into master Jul 5, 2025
12 checks passed
gkralik added a commit to gkralik/bigbluebutton-api-php that referenced this pull request Nov 17, 2025
"Update feature enum for BBB 3.0" (littleredbutton#225)
introduced new cases for the Feature enum.

The BBB feature 'userReactions' was mis-spelled and included as
'userActions' (case USER_ACTIONS).

Add the correct USER_REACTIONS case with value 'userReactions'.

Keep the wrong USER_ACTIONS case to not break existing (changing its
value to userReactions is not possible as PHP enums do not allow
duplicate values).

See https://docs.bigbluebutton.org/development/api/#updates-to-api-in-bigbluebutton
samuelwei pushed a commit that referenced this pull request Nov 17, 2025
"Update feature enum for BBB 3.0" (#225)
introduced new cases for the Feature enum.

The BBB feature 'userReactions' was mis-spelled and included as
'userActions' (case USER_ACTIONS).

Add the correct USER_REACTIONS case with value 'userReactions'.

Keep the wrong USER_ACTIONS case to not break existing (changing its
value to userReactions is not possible as PHP enums do not allow
duplicate values).

See https://docs.bigbluebutton.org/development/api/#updates-to-api-in-bigbluebutton
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants