mirror of https://github.com/jitsi/jitsi-meet
parent
b826fc1d5a
commit
b1d7debfb9
@ -0,0 +1,15 @@ |
||||
// @flow
|
||||
|
||||
/** |
||||
* The identifier of the sound to be played when e2ee is disabled. |
||||
* |
||||
* @type {string} |
||||
*/ |
||||
export const E2EE_OFF_SOUND_ID = 'E2EE_OFF_SOUND'; |
||||
|
||||
/** |
||||
* The identifier of the sound to be played when e2ee is enabled. |
||||
* |
||||
* @type {string} |
||||
*/ |
||||
export const E2EE_ON_SOUND_ID = 'E2EE_ON_SOUND'; |
@ -0,0 +1,15 @@ |
||||
// @flow
|
||||
|
||||
/** |
||||
* The name of the bundled audio file which will be played when e2ee is disabled. |
||||
* |
||||
* @type {string} |
||||
*/ |
||||
export const E2EE_OFF_SOUND_FILE = 'e2eeOff.mp3'; |
||||
|
||||
/** |
||||
* The name of the bundled audio file which will be played when e2ee is enabled. |
||||
* |
||||
* @type {string} |
||||
*/ |
||||
export const E2EE_ON_SOUND_FILE = 'e2eeOn.mp3'; |
Binary file not shown.
Binary file not shown.
Loading…
Reference in new issue