-
-
Notifications
You must be signed in to change notification settings - Fork 590
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[mirotalk] - #264 add new emoji sounds
- Loading branch information
1 parent
6aa5d58
commit 93041d8
Showing
4 changed files
with
11 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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.33 | ||
* @version 1.4.34 | ||
* | ||
*/ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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.33 | ||
* @version 1.4.34 | ||
* | ||
*/ | ||
|
||
|
@@ -8921,6 +8921,7 @@ function handleEmojiSound(message) { | |
const path = '../sounds/emoji/'; | ||
switch (message.shortcodes) { | ||
case ':+1:': | ||
case ':ok_hand:': | ||
playSound('ok', true, path); | ||
break; | ||
case ':clap:': | ||
|
@@ -8952,6 +8953,12 @@ function handleEmojiSound(message) { | |
case ':rocket:': | ||
playSound('rocket', true, path); | ||
break; | ||
case ':sparkles:': | ||
case ':star:': | ||
case ':star2:': | ||
case ':dizzy:': | ||
playSound('tinkerbell', true, path); | ||
break; | ||
// ... | ||
default: | ||
break; | ||
|
@@ -10823,7 +10830,7 @@ function showAbout() { | |
Swal.fire({ | ||
background: swBg, | ||
position: 'center', | ||
title: '<strong>WebRTC P2P v1.4.33</strong>', | ||
title: '<strong>WebRTC P2P v1.4.34</strong>', | ||
imageAlt: 'mirotalk-about', | ||
imageUrl: images.about, | ||
customClass: { image: 'img-about' }, | ||
|
Binary file not shown.