Skip to content

Commit

Permalink
fix(conference) drop deprecated option
Browse files Browse the repository at this point in the history
  • Loading branch information
saghul committed Feb 13, 2025
1 parent 2962c7f commit 2311b6f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions app/features/conference/components/Conference.js
Original file line number Diff line number Diff line change
Expand Up @@ -210,14 +210,10 @@ class Conference extends Component<Props, State> {
...locale
};

// override both old and new prejoin config options,
// old one for servers that do not understand the new option yet
// and new one for newly setup servers where the new option overrides
// the old if set.

const configOverwrite = {
enableCalendarIntegration: false,
disableAGC: this.props._disableAGC,
prejoinPageEnabled: true,
prejoinConfig: {
enabled: true
}
Expand Down

0 comments on commit 2311b6f

Please sign in to comment.