FEAT: now play a sound when a user quit the webrtc group
This commit is contained in:
parent
e2c81c4eb1
commit
a1aedaa594
4 changed files with 11 additions and 3 deletions
3
front/dist/index.html
vendored
3
front/dist/index.html
vendored
|
@ -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>
|
||||
|
|
BIN
front/dist/resources/objects/webrtc-out.mp3
vendored
Normal file
BIN
front/dist/resources/objects/webrtc-out.mp3
vendored
Normal file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue