FEAT: now play a sound when a user quit the webrtc group

This commit is contained in:
kharhamel 2020-12-11 15:35:13 +01:00
parent e2c81c4eb1
commit a1aedaa594
4 changed files with 11 additions and 3 deletions

View file

@ -113,6 +113,9 @@
<audio id="audio-webrtc-in">
<source src="/resources/objects/webrtc-in.mp3" type="audio/mp3">
</audio>
<audio id="audio-webrtc-out">
<source src="/resources/objects/webrtc-out.mp3" type="audio/mp3">
</audio>
<audio id="report-message">
<source src="/resources/objects/report-message.mp3" type="audio/mp3">
</audio>

Binary file not shown.