[mirotalk] - rb 4 compatibility

This commit is contained in:
Miroslav Pejic
2024-08-07 15:08:33 +02:00
parent 1ddef71de8
commit 959c5aba0e
4 changed files with 10 additions and 5 deletions
+1 -1
View File
@@ -40,7 +40,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.3.63
* @version 1.3.64
*
*/
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "mirotalk",
"version": "1.3.63",
"version": "1.3.64",
"description": "A free WebRTC browser-based video call",
"main": "server.js",
"scripts": {
@@ -42,7 +42,7 @@
"homepage": "https://github.com/miroslavpejic85/mirotalk",
"dependencies": {
"@sentry/integrations": "^7.114.0",
"@sentry/node": "^8.22.0",
"@sentry/node": "^7.114.0",
"axios": "^1.7.3",
"body-parser": "^1.20.2",
"colors": "^1.4.0",
+5
View File
@@ -3771,3 +3771,8 @@ img.has-shadow {
color: lime;
overflow: auto;
}
/* #roomName {
text-align: center;
justify-content: center;
} */
+2 -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.3.63
* @version 1.3.64
*
*/
@@ -10204,7 +10204,7 @@ function showAbout() {
Swal.fire({
background: swBg,
position: 'center',
title: '<strong>WebRTC P2P v1.3.63</strong>',
title: '<strong>WebRTC P2P v1.3.64</strong>',
imageAlt: 'mirotalk-about',
imageUrl: images.about,
customClass: { image: 'img-about' },