|
@@ -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.
|