Files
jitsi-meet/react/features/talk-while-muted/constants.js
Horatiu Muresan 212a912d34 feat(config) Add config for disabled sound id's
- unify naming for sound id values
2021-09-09 17:49:12 +03:00

7 lines
183 B
JavaScript

/**
* The identifier of the sound to be played when we got event for talking while muted.
*
* @type {string}
*/
export const TALK_WHILE_MUTED_SOUND_ID = 'TALK_WHILE_MUTED_SOUND';