Support RFB bell

The protocol handling was already there. What was missing was
hooking it up to a sound file in the user interface.
This commit is contained in:
Pierre Ossman
2016-09-19 15:15:07 +02:00
parent 33e1462999
commit 63bf2ba578
6 changed files with 21 additions and 0 deletions

View File

@@ -218,6 +218,12 @@
</div>
</div>
<audio id="noVNC_bell">
<source src="app/sounds/bell.oga" type="audio/ogg">
<source src="app/sounds/bell.mp3" type="audio/mpeg">
</audio>
<!-- begin scripts -->
<script src="core/util.js"></script>
<script src="app/webutil.js"></script>