You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a reopening of an issue that apparently was solved in GL2: #2398
However, I'm actually not sure if this is not rather (or at least also) an issue for BigBlueButton itself. In my opinion there should be a way to set options like muteOnStart as overrides.
This is a reopening of an issue that apparently was solved in GL2:
#2398
However, I'm actually not sure if this is not rather (or at least also) an issue for BigBlueButton itself. In my opinion there should be a way to set options like
muteOnStart
as overrides.Possible Solution
In
app/services/meeting_starter.rb
addoptions.delete('muteOnStart') unless options['muteOnStart'].presence == true
to
MeetingStarter.call
before BBB API is called.The text was updated successfully, but these errors were encountered: