Skip to content

Commit

Permalink
fix(config): Allow only enableMediaOnPromote from visitors config to …
Browse files Browse the repository at this point in the history
…be overriden.
  • Loading branch information
hristoterezov committed Jan 15, 2025
1 parent 1b7668b commit 0ae8051
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions config.js
Original file line number Diff line number Diff line change
Expand Up @@ -1620,6 +1620,16 @@ var config = {
// For external entities (e. g. email), the localStorage key holding the token value for directory authentication
// peopleSearchTokenLocation: "mytoken",


// Options related to visitors.
// visitors: {
// // Starts audio/video when the participant is promoted from visitor.
// enableMediaOnPromote: {
// audio: true,
// video: true
// },
// },

// List of undocumented settings used in jitsi-meet
/**
_immediateReloadThreshold
Expand Down
2 changes: 1 addition & 1 deletion react/features/base/config/configWhitelist.ts
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ export default [
'useHostPageLocalStorage',
'useTurnUdp',
'videoQuality',
'visitors',
'visitors.enableMediaOnPromote',
'watchRTCConfigParams.console',
'watchRTCConfigParams.allowBrowserLogCollection',
'watchRTCConfigParams.collectionInterval',
Expand Down

0 comments on commit 0ae8051

Please sign in to comment.