|
@@ -4,6 +4,7 @@ import { translateToHTML } from '../base/i18n';
|
4
|
4
|
import { getLocalParticipant } from '../base/participants';
|
5
|
5
|
import { toState } from '../base/redux';
|
6
|
6
|
import { getBackendSafePath, getJitsiMeetGlobalNS } from '../base/util';
|
|
7
|
+import { getVpaasBillingId } from '../billing-counter/functions';
|
7
|
8
|
import { showWarningNotification } from '../notifications';
|
8
|
9
|
import { createRnnoiseProcessorPromise } from '../rnnoise';
|
9
|
10
|
|
|
@@ -84,6 +85,7 @@ export function getConferenceOptions(stateful) {
|
84
|
85
|
options.applicationName = getName();
|
85
|
86
|
options.getWiFiStatsMethod = getWiFiStatsMethod;
|
86
|
87
|
options.createVADProcessor = createRnnoiseProcessorPromise;
|
|
88
|
+ options.billingId = getVpaasBillingId(state);
|
87
|
89
|
|
88
|
90
|
// Disable CallStats, if requessted.
|
89
|
91
|
if (options.disableThirdPartyRequests) {
|