jiti-meet/react/features/no-audio-signal/constants.js

7 lines
180 B
JavaScript

/**
* The identifier of the sound to be played when we got an event for no audio signal.
*
* @type {string}
*/
export const NO_AUDIO_SIGNAL_SOUND_ID = 'NO_AUDIO_SIGNAL_SOUND';