Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Enable ReactionsBar by default #18054

Merged
merged 2 commits into from May 31, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 5 additions & 1 deletion bigbluebutton-html5/private/config/settings.yml
Expand Up @@ -140,10 +140,14 @@ public:
# If not set, default value is true.
showAudioFilters: true
raiseHandActionButton:
# Enables the old raiseHand icon
enabled: false
# If true, positions the icon next to the screenshare button, if false positions it where BBB had raisedHand button up to BBB 2.6 (right-hand bottom corner in LRT)
centered: true
interactionsButton:
enabled: false
# Enables the new raiseHand icon inside of the reaction menu (introduced in BBB 2.7)
# If both interactionsButton and raiseHandActionButton are enabled, interactionsButton takes precedence.
enabled: true
# If enabled, before joining microphone the client will perform a trickle
# ICE against Kurento and use the information about successfull
# candidate-pairs to filter out local candidates in SIP.js's SDP.
Expand Down