Files
jitsi-meet/react/features/chat/sounds.web.js
2018-03-13 16:57:29 -05:00

7 lines
154 B
JavaScript

/**
* The audio source for the incoming chat message sound.
*
* @type {string}
*/
export const INCOMING_MSG_SOUND_SRC = 'sounds/incomingMessage.wav';