The communications platform that puts data protection first.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Rocket.Chat/client/views/app/audioNotification.html

9 lines
329 B

<template name="audioNotification">
<audio id="chatAudioNotification" preload>
<source src="/sounds/notify.ogg" type="audio/ogg" />
<source src="/sounds/notify.mp3" type="audio/mpeg" />
</audio>
<audio id="chatNewRoomNotification" preload>
<source src="/sounds/door_chime.mp3" type="audio/mpeg" />
</audio>
</template>