Skip to content

Commit

Permalink
fix(config-whitelist): remove p2p.stunServers
Browse files Browse the repository at this point in the history
  • Loading branch information
hristoterezov committed Dec 18, 2024
1 parent 0361830 commit 2fae883
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions react/features/base/config/configWhitelist.ts
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,6 @@ export default [
'hosts',
'iAmRecorder',
'iAmSipGateway',
'iceTransportPolicy',
'ignoreStartMuted',
'inviteAppName',
'liveStreaming.enabled',
Expand All @@ -191,7 +190,11 @@ export default [
'notificationTimeouts',
'openSharedDocumentOnJoin',
'opusMaxAverageBitrate',
'p2p',
'p2p.backToP2PDelay',
'p2p.codecPreferenceOrder',
'p2p.enabled',
'p2p.iceTransportPolicy',
'p2p.mobileCodecPreferenceOrder',
'participantMenuButtonsWithNotifyClick',
'participantsPane',
'pcStatsInterval',
Expand Down

0 comments on commit 2fae883

Please sign in to comment.