Bläddra i källkod

fix(prejoin) guard case for locationUrl being falsy in prejoin screen

master
Tudor-Ovidiu Avram 4 år sedan
förälder
incheckning
bf6a1540df
1 ändrade filer med 4 tillägg och 1 borttagningar
  1. 4
    1
      react/features/conference/functions.web.js

+ 4
- 1
react/features/conference/functions.web.js Visa fil

@@ -77,9 +77,12 @@ export function getConferenceOptions(stateful) {
77 77
         options.statisticsId = email;
78 78
     }
79 79
 
80
+    if (locationURL) {
81
+        options.confID = `${locationURL.host}${getBackendSafePath(locationURL.pathname)}`;
82
+    }
83
+
80 84
     options.applicationName = getName();
81 85
     options.getWiFiStatsMethod = getWiFiStatsMethod;
82
-    options.confID = `${locationURL.host}${getBackendSafePath(locationURL.pathname)}`;
83 86
     options.createVADProcessor = createRnnoiseProcessorPromise;
84 87
 
85 88
     // Disable CallStats, if requessted.

Laddar…
Avbryt
Spara