mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-08 11:32:32 +00:00
10 lines
203 B
JavaScript
10 lines
203 B
JavaScript
/**
|
|
* The key for the billing id stored in localStorage.
|
|
*/
|
|
export const BILLING_ID = 'billingId';
|
|
|
|
/**
|
|
* The prefix for the vpaas tenant.
|
|
*/
|
|
export const VPAAS_TENANT_PREFIX = 'vpaas-magic-cookie';
|