[mirotalksfu] - add more sound reactions

هذا الالتزام موجود في:
Miroslav Pejic
2025-01-02 16:41:45 +01:00
الأصل 6524df651d
التزام 0c1dad20f4
8 ملفات معدلة مع 19 إضافات و5 حذوفات

عرض الملف

@@ -55,7 +55,7 @@ dev dependencies: {
* @license For commercial or closed source, contact us at license.mirotalk@gmail.com or purchase directly via CodeCanyon
* @license CodeCanyon: https://codecanyon.net/item/mirotalk-sfu-webrtc-realtime-video-conferences/40769970
* @author Miroslav Pejic - miroslav.pejic.85@gmail.com
* @version 1.6.73
* @version 1.6.74
*
*/

عرض الملف

@@ -1,6 +1,6 @@
{
"name": "mirotalksfu",
"version": "1.6.73",
"version": "1.6.74",
"description": "WebRTC SFU browser-based video calls",
"main": "Server.js",
"scripts": {

عرض الملف

@@ -11,7 +11,7 @@ if (location.href.substr(0, 5) !== 'https') location.href = 'https' + location.h
* @license For commercial or closed source, contact us at license.mirotalk@gmail.com or purchase directly via CodeCanyon
* @license CodeCanyon: https://codecanyon.net/item/mirotalk-sfu-webrtc-realtime-video-conferences/40769970
* @author Miroslav Pejic - miroslav.pejic.85@gmail.com
* @version 1.6.73
* @version 1.6.74
*
*/
@@ -4619,7 +4619,7 @@ function showAbout() {
imageUrl: image.about,
customClass: { image: 'img-about' },
position: 'center',
title: 'WebRTC SFU v1.6.73',
title: 'WebRTC SFU v1.6.74',
html: `
<br />
<div id="about">

عرض الملف

@@ -9,7 +9,7 @@
* @license For commercial or closed source, contact us at license.mirotalk@gmail.com or purchase directly via CodeCanyon
* @license CodeCanyon: https://codecanyon.net/item/mirotalk-sfu-webrtc-realtime-video-conferences/40769970
* @author Miroslav Pejic - miroslav.pejic.85@gmail.com
* @version 1.6.73
* @version 1.6.74
*
*/
@@ -7453,13 +7453,27 @@ class RoomClient {
case ':clap:':
this.sound('applause', true, path, ext);
break;
case ':smiley:':
case ':grinning:':
this.sound('smile', true, path, ext);
break;
case ':joy:':
this.sound('laughs', true, path, ext);
break;
case ':tada:':
this.sound('congrats', true, path, ext);
break;
case ':open_mouth:':
this.sound('woah', true, path, ext);
break;
case ':trumpet:':
this.sound('trombone', true, path, ext);
break;
case ':kissing_heart:':
this.sound('kiss', true, path, ext);
break;
case ':heart:':
case ':hearts:':
this.sound('heart', true, path, ext);
break;
// ...

ثنائية
public/sounds/emoji/congrats.mp3 Normal file

ملف ثنائي غير معروض.

ثنائية
public/sounds/emoji/kiss.mp3 Normal file

ملف ثنائي غير معروض.

ثنائية
public/sounds/emoji/smile.mp3 Normal file

ملف ثنائي غير معروض.

ثنائية
public/sounds/emoji/woah.mp3 Normal file

ملف ثنائي غير معروض.