diff --git a/config.js b/config.js index f9e3a3437..71eb6b30a 100644 --- a/config.js +++ b/config.js @@ -27,9 +27,6 @@ var config = { // Websocket URL // websocket: 'wss://jitsi-meet.example.com/xmpp-websocket', - // The name of client node advertised in XEP-0115 'c' stanza - clientNode: 'http://jitsi.org/jitsimeet', - // The real JID of focus participant - can be overridden here // Do not change username - FIXME: Make focus username configurable // https://github.com/jitsi/jitsi-meet/issues/7376 diff --git a/react/features/base/config/functions.any.js b/react/features/base/config/functions.any.js index 6fa431e5d..8840ec5ef 100644 --- a/react/features/base/config/functions.any.js +++ b/react/features/base/config/functions.any.js @@ -33,7 +33,6 @@ export function createFakeConfig(baseURL: string) { muc: `conference.${url.hostname}` }, bosh: `${baseURL}http-bind`, - clientNode: 'https://jitsi.org/jitsi-meet', p2p: { enabled: true }