2018-01-23 21:31:54 +00:00
|
|
|
/**
|
2018-04-05 19:12:24 +00:00
|
|
|
* The name of the bundled audio file which will be played for the incoming chat
|
|
|
|
* message sound.
|
2018-02-27 14:09:49 +00:00
|
|
|
*
|
2018-01-23 21:31:54 +00:00
|
|
|
* @type {string}
|
|
|
|
*/
|
2018-04-05 19:12:24 +00:00
|
|
|
export const INCOMING_MSG_SOUND_FILE = 'incomingMessage.wav';
|