[mirotalk] - #264 add rocket emoji sound

This commit is contained in:
Miroslav Pejic
2025-01-03 17:45:43 +01:00
parent 3886d5dbe2
commit 6aa5d58a3a
4 changed files with 7 additions and 4 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ dependencies: {
* @license For commercial use or closed source, contact us at license.mirotalk@gmail.com or purchase directly from CodeCanyon
* @license CodeCanyon: https://codecanyon.net/item/mirotalk-p2p-webrtc-realtime-video-conferences/38376661
* @author Miroslav Pejic - miroslav.pejic.85@gmail.com
* @version 1.4.32
* @version 1.4.33
*
*/
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "mirotalk",
"version": "1.4.32",
"version": "1.4.33",
"description": "A free WebRTC browser-based video call",
"main": "server.js",
"scripts": {
+5 -2
View File
@@ -15,7 +15,7 @@
* @license For commercial use or closed source, contact us at license.mirotalk@gmail.com or purchase directly from CodeCanyon
* @license CodeCanyon: https://codecanyon.net/item/mirotalk-p2p-webrtc-realtime-video-conferences/38376661
* @author Miroslav Pejic - miroslav.pejic.85@gmail.com
* @version 1.4.32
* @version 1.4.33
*
*/
@@ -8949,6 +8949,9 @@ function handleEmojiSound(message) {
case ':hearts:':
playSound('heart', true, path);
break;
case ':rocket:':
playSound('rocket', true, path);
break;
// ...
default:
break;
@@ -10820,7 +10823,7 @@ function showAbout() {
Swal.fire({
background: swBg,
position: 'center',
title: '<strong>WebRTC P2P v1.4.32</strong>',
title: '<strong>WebRTC P2P v1.4.33</strong>',
imageAlt: 'mirotalk-about',
imageUrl: images.about,
customClass: { image: 'img-about' },
Binary file not shown.