diff --git a/config.js b/config.js index 2ba1ee74f..f4e19799d 100644 --- a/config.js +++ b/config.js @@ -269,9 +269,6 @@ var config = { // bridge itself is reachable via UDP) // useTurnUdp: false - // Enable IPv6 support. - // useIPv6: true, - // Enables / disables a data communication channel with the Videobridge. // Values can be 'datachannel', 'websocket', true (treat it as // 'datachannel'), undefined (treat it as 'datachannel') and false (don't @@ -282,9 +279,6 @@ var config = { // UI // - // Use display name as XMPP nickname. - // useNicks: false, - // Require users to always specify a display name. // requireDisplayName: true, diff --git a/react/features/base/config/configWhitelist.js b/react/features/base/config/configWhitelist.js index 301e3a32f..27a9c3566 100644 --- a/react/features/base/config/configWhitelist.js +++ b/react/features/base/config/configWhitelist.js @@ -147,8 +147,6 @@ export default [ 'stereo', 'subject', 'testing', - 'useIPv6', - 'useNicks', 'useStunTurn', 'useTurnUdp', 'webrtcIceTcpDisable',