mirror of
https://github.com/element-hq/element-web
synced 2024-11-29 04:48:50 +03:00
Merge pull request #1100 from vector-im/audio_notifications
Add audio tag for message notifications
This commit is contained in:
commit
9c82938b35
1 changed files with 4 additions and 0 deletions
|
@ -28,6 +28,10 @@
|
||||||
<noscript>Sorry, Vector requires JavaScript to be enabled.</noscript>
|
<noscript>Sorry, Vector requires JavaScript to be enabled.</noscript>
|
||||||
<link rel="stylesheet" href="bundle.css">
|
<link rel="stylesheet" href="bundle.css">
|
||||||
<img src="img/warning.svg" width="24" height="23" style="visibility: hidden; position: absolute; top: 0px; left: 0px;"/>
|
<img src="img/warning.svg" width="24" height="23" style="visibility: hidden; position: absolute; top: 0px; left: 0px;"/>
|
||||||
|
<audio id="messageAudio">
|
||||||
|
<source src="media/message.ogg" type="audio/ogg" />
|
||||||
|
<source src="media/message.mp3" type="audio/mpeg" />
|
||||||
|
</audio>
|
||||||
<audio id="ringAudio" loop>
|
<audio id="ringAudio" loop>
|
||||||
<source src="media/ring.ogg" type="audio/ogg" />
|
<source src="media/ring.ogg" type="audio/ogg" />
|
||||||
<source src="media/ring.mp3" type="audio/mpeg" />
|
<source src="media/ring.mp3" type="audio/mpeg" />
|
||||||
|
|
Loading…
Reference in a new issue