Skip to content

Commit

Permalink
Merge pull request #18054 from bigbluebutton/antobinary-patch-3
Browse files Browse the repository at this point in the history
chore: Enable ReactionsBar by default
  • Loading branch information
antobinary committed May 31, 2023
2 parents ca1a1f8 + cda09e2 commit 028520e
Showing 1 changed file with 5 additions and 1 deletion.
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

0 comments on commit 028520e

Please sign in to comment.