[mirotalk] - welcome Rambox

This commit is contained in:
Miroslav Pejic
2025-08-05 17:54:59 +02:00
parent ab08211490
commit 3738838d17
9 changed files with 18 additions and 7 deletions
+1
View File
@@ -407,6 +407,7 @@ Do you find MiroTalk P2P indispensable for your needs? Join us in supporting thi
| | |
| ---------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------- |
| [![Hostinger](public/advertisers/Hostinger.png)](https://hostinger.com/?REFERRALCODE=MIROTALK) | [![Contabo](public/advertisers/Contabo.png)](https://www.dpbolvw.net/click-101027391-14462707) |
| [![Rambox](public/advertisers/RamboxLogo.png)](https://rambox.app?via=mirotalk) | |
---
+1 -1
View File
@@ -45,7 +45,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.5.47
* @version 1.5.48
*
*/
+2 -2
View File
@@ -1,12 +1,12 @@
{
"name": "mirotalk",
"version": "1.5.47",
"version": "1.5.48",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "mirotalk",
"version": "1.5.47",
"version": "1.5.48",
"license": "AGPL-3.0",
"dependencies": {
"@mattermost/client": "10.9.0",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "mirotalk",
"version": "1.5.47",
"version": "1.5.48",
"description": "A free WebRTC browser-based video call",
"main": "server.js",
"scripts": {
Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

+1 -1
View File
@@ -73,7 +73,7 @@ let brand = {
},
about: {
imageUrl: '../images/mirotalk-logo.gif',
title: 'WebRTC P2P v1.5.47',
title: 'WebRTC P2P v1.5.48',
html: `
<button
id="support-button"
+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.5.47
* @version 1.5.48
*
*/
@@ -11242,7 +11242,7 @@ function showAbout() {
Swal.fire({
background: swBg,
position: 'center',
title: brand.about?.title && brand.about.title.trim() !== '' ? brand.about.title : 'WebRTC P2P v1.5.47',
title: brand.about?.title && brand.about.title.trim() !== '' ? brand.about.title : 'WebRTC P2P v1.5.48',
imageUrl: brand.about?.imageUrl && brand.about.imageUrl.trim() !== '' ? brand.about.imageUrl : images.about,
customClass: { image: 'img-about' },
html: `
+10
View File
@@ -618,6 +618,16 @@
/></a>
</div>
</li>
<li class="reveal-from-top" data-reveal-delay="450">
<div class="clients-logo">
<a href="https://rambox.app?via=mirotalk" target="_blank"
><img
class="clients-size-logo"
src="../advertisers/Rambox.png"
alt="Rambox"
/></a>
</div>
</li>
</ul>
</div>
</div>