Some checks failed
Close stale issues and PRs / stale (push) Has been cancelled
7 lines
180 B
TypeScript
7 lines
180 B
TypeScript
/**
|
|
* 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';
|