mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2025-12-30 03:12:29 +00:00
* feat: display noise detection notification * address code review p1 * Address code review p2 * bump lib-jitsi-meet version
7 lines
153 B
JavaScript
7 lines
153 B
JavaScript
/**
|
|
* The file used for the noisy audio input notification.
|
|
*
|
|
* @type {string}
|
|
*/
|
|
export const NOISY_AUDIO_INPUT_SOUND_FILE = 'noisyAudioInput.mp3';
|