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.js 190B

1234567
  1. /**
  2. * The name of the bundled audio file which will be played for the incoming chat
  3. * message sound.
  4. *
  5. * @type {string}
  6. */
  7. export const INCOMING_MSG_SOUND_FILE = 'incomingMessage.wav';