Files
jitsi-meet/react/features/talk-while-muted/constants.js
Horatiu Muresan 9a16733950 feat(config) Add config for disabled sound id's
- unify naming for sound id values
2021-09-09 17:18:26 +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';