fix(vpaas) send jitsiMeetId instead of billingId

This commit is contained in:
Tudor-Ovidiu Avram 2021-03-15 13:22:17 +02:00
parent 30d0aabaca
commit 831c5ba59d
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
/** /**
* The key for the billing id stored in localStorage. * 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. * The prefix for the vpaas tenant.