Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

12345678910111213
  1. /**
  2. * The name of the bundled audio file which will be played when e2ee is disabled.
  3. *
  4. * @type {string}
  5. */
  6. export const E2EE_OFF_SOUND_FILE = 'e2eeOff.mp3';
  7. /**
  8. * The name of the bundled audio file which will be played when e2ee is enabled.
  9. *
  10. * @type {string}
  11. */
  12. export const E2EE_ON_SOUND_FILE = 'e2eeOn.mp3';