7 lines
183 B
JavaScript
7 lines
183 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_ID';
|