Vous ne pouvez pas sélectionner plus de 25 sujets
Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
123456789 |
- /**
- * The key for the billing id stored in localStorage.
- */
- export const BILLING_ID = 'jitsiMeetId';
-
- /**
- * The prefix for the vpaas tenant.
- */
- export const VPAAS_TENANT_PREFIX = 'vpaas-magic-cookie';
|