jiti-meet/react/features/billing-counter/constants.js

10 lines
205 B
JavaScript
Raw Normal View History

/**
* The key for the billing id stored in localStorage.
*/
export const BILLING_ID = 'jitsiMeetId';
/**
* The prefix for the vpaas tenant.
*/
2020-08-28 07:20:47 +00:00
export const VPAAS_TENANT_PREFIX = 'vpaas-magic-cookie';