mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-14 16:27:49 +00:00
7 lines
154 B
JavaScript
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';
|