You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

sounds.ts 320B

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';