Skip to content

Commit

Permalink
[mirotalk] - add new emoji sound, update dep
Browse files Browse the repository at this point in the history
  • Loading branch information
miroslavpejic85 committed Jan 9, 2025
1 parent dac6541 commit e0c3bfc
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion app/src/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ dependencies: {
* @license For commercial use or closed source, contact us at [email protected] or purchase directly from CodeCanyon
* @license CodeCanyon: https://codecanyon.net/item/mirotalk-p2p-webrtc-realtime-video-conferences/38376661
* @author Miroslav Pejic - [email protected]
* @version 1.4.39
* @version 1.4.40
*
*/

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mirotalk",
"version": "1.4.39",
"version": "1.4.40",
"description": "A free WebRTC browser-based video call",
"main": "server.js",
"scripts": {
Expand Down Expand Up @@ -59,7 +59,7 @@
"qs": "^6.13.1",
"socket.io": "^4.8.1",
"swagger-ui-express": "^5.0.1",
"uuid": "11.0.4",
"uuid": "11.0.5",
"xss": "^1.0.15"
},
"devDependencies": {
Expand Down
7 changes: 5 additions & 2 deletions public/js/client.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* @license For commercial use or closed source, contact us at [email protected] or purchase directly from CodeCanyon
* @license CodeCanyon: https://codecanyon.net/item/mirotalk-p2p-webrtc-realtime-video-conferences/38376661
* @author Miroslav Pejic - [email protected]
* @version 1.4.39
* @version 1.4.40
*
*/

Expand Down Expand Up @@ -9022,6 +9022,9 @@ function handleEmojiSound(message) {
case ':ok_hand:':
playSound('ok', true, path);
break;
case ':-1:':
playSound('boo', true, path);
break;
case ':clap:':
playSound('applause', true, path);
break;
Expand Down Expand Up @@ -10928,7 +10931,7 @@ function showAbout() {
Swal.fire({
background: swBg,
position: 'center',
title: '<strong>WebRTC P2P v1.4.39</strong>',
title: '<strong>WebRTC P2P v1.4.40</strong>',
imageAlt: 'mirotalk-about',
imageUrl: images.about,
customClass: { image: 'img-about' },
Expand Down
Binary file added public/sounds/emoji/boo.mp3
Binary file not shown.

0 comments on commit e0c3bfc

Please sign in to comment.