Skip to content

Commit

Permalink
Fixed issue with users not being muted on join (bigbluebutton#1027)
Browse files Browse the repository at this point in the history
Co-authored-by: Jesus Federico <[email protected]>
  • Loading branch information
etiennevvv and jfederico authored Mar 20, 2020
1 parent 71f35c4 commit 4cc45ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/controllers/concerns/joiner.rb
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ def join_room(opts)
opts[:user_is_moderator] = @room.owned_by?(current_user) || room_settings["joinModerator"]

opts[:require_moderator_approval] = room_settings["requireModeratorApproval"]
opts[:mute_on_start] = room_settings["muteOnStart"]

if current_user
redirect_to join_path(@room, current_user.name, opts, current_user.uid)
Expand Down

0 comments on commit 4cc45ab

Please sign in to comment.