diff --git a/react/features/base/lib-jitsi-meet/native/polyfills-browser.js b/react/features/base/lib-jitsi-meet/native/polyfills-browser.js index c7c35cdb0..61f9bc343 100644 --- a/react/features/base/lib-jitsi-meet/native/polyfills-browser.js +++ b/react/features/base/lib-jitsi-meet/native/polyfills-browser.js @@ -259,7 +259,11 @@ function _visitNode(node, callback) { // location if (typeof global.location === 'undefined') { global.location = { - href: '' + href: '', + + // Required by: + // - lib-jitsi-meet/modules/xmpp/xmpp.js + search: '' }; }