fix(vpaas) send jitsiMeetId instead of billingId
This commit is contained in:
parent
30d0aabaca
commit
831c5ba59d
|
@ -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.
|
||||||
|
|
Loading…
Reference in New Issue