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

Don't pass &muteOnStart=false on create #5938

Open
Ithanil opened this issue Aug 30, 2024 · 0 comments
Open

Don't pass &muteOnStart=false on create #5938

Ithanil opened this issue Aug 30, 2024 · 0 comments

Comments

@Ithanil
Copy link
Contributor

Ithanil commented Aug 30, 2024

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 add

options.delete('muteOnStart') unless options['muteOnStart'].presence == true

to MeetingStarter.call before BBB API is called.

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

No branches or pull requests

1 participant