Skip to content

Commit

Permalink
chore: enable muteOnStart
Browse files Browse the repository at this point in the history
  • Loading branch information
antobinary committed Oct 7, 2024
1 parent a22f662 commit 810560d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion bigbluebutton-web/grails-app/conf/bigbluebutton.properties
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ userCameraCap=3
maxPinnedCameras=3

# Mute the meeting on start
muteOnStart=false
muteOnStart=true

# Unmute users
# Gives moderators permission to unmute other users
Expand Down
1 change: 1 addition & 0 deletions docs/docs/new-features.md
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,7 @@ Modified/added events
- `allowOverrideClientSettingsOnCreateCall=false` added
- `sessionsCleanupDelayInMinutes=60` added
- `graphqlWebsocketUrl=${bigbluebutton.web.serverURL}/graphql` added
- `muteOnStart` default value set to `true` - which helps now that `transparentListenOnly` is enabled by default too. See (PR 20848)[https://github.com/bigbluebutton/bigbluebutton/issues/20848] for more info.

#### Removed support for POST requests on `join` endpoint and Content-Type headers are now required

Expand Down

0 comments on commit 810560d

Please sign in to comment.