jiti-meet/react/features/chat/sounds.web.js

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