From 831c5ba59d1968b0ba747a446c2bea23f7d9c1ee Mon Sep 17 00:00:00 2001 From: Tudor-Ovidiu Avram Date: Mon, 15 Mar 2021 13:22:17 +0200 Subject: [PATCH] fix(vpaas) send jitsiMeetId instead of billingId --- react/features/billing-counter/constants.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/react/features/billing-counter/constants.js b/react/features/billing-counter/constants.js index a590bda36..f92733d17 100644 --- a/react/features/billing-counter/constants.js +++ b/react/features/billing-counter/constants.js @@ -1,7 +1,7 @@ /** * The key for the billing id stored in localStorage. */ -export const BILLING_ID = 'billingId'; +export const BILLING_ID = 'jitsiMeetId'; /** * The prefix for the vpaas tenant.