[mirotalk] - welcome LambdaTest

This commit is contained in:
Miroslav Pejic
2024-12-04 19:37:40 +01:00
parent f3be35403a
commit 5db6555fc4
9 changed files with 104 additions and 90 deletions
+3 -1
View File
@@ -347,11 +347,13 @@ To obtain a [MiroTalk P2P license](https://docs.mirotalk.com/license/licensing-o
Do you find MiroTalk P2P indispensable for your needs? Join us in supporting this transformative project by [becoming a backer or sponsor](https://github.com/sponsors/miroslavpejic85). By doing so, not only will your logo prominently feature here, but you'll also drive the growth and sustainability of MiroTalk P2P. Your support is vital in ensuring that this valuable platform continues to thrive and remain accessible for all. Make an impact back MiroTalk P2P today and be part of this exciting journey!
| | |
| --------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------- |
| ------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------- |
| [![BroadcastX](public/sponsors/BroadcastX.png)](https://broadcastx.de/) | [![Hetzner](public/sponsors/HetznerLogo.png)](https://hetzner.cloud/?ref=XdRifCzCK3bn) |
| [![LuvLounge](public/sponsors/LuvLounge.png)](https://luvlounge.ca) | [![QuestionPro](public/sponsors/QuestionPro.png)](https://www.questionpro.com) |
| [![BrowserStack](public/sponsors/BrowserStack.png)](https://www.browserstack.com) | [![CrystalSound](public/sponsors/CrystalSound.png)](https://crystalsound.ai) |
| [![Cloudron](public/sponsors/Cloudron.png)](https://cloudron.io) | [![Kiquix](public/sponsors/KiquixLogo.png)](https://kiquix.com) |
| [![LambdaTest](public/sponsors/LambdaTest.png)](https://lambdatest.com/pricing?coupon=QURFODlQUk9NT1RFUg==&refid=1149848) |
| |
</details>
+1 -1
View File
@@ -39,7 +39,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.94
* @version 1.3.95
*
*/
+7 -7
View File
@@ -1,6 +1,6 @@
{
"name": "mirotalk",
"version": "1.3.94",
"version": "1.3.95",
"description": "A free WebRTC browser-based video call",
"main": "server.js",
"scripts": {
@@ -41,21 +41,21 @@
"license": "AGPL-3.0",
"homepage": "https://github.com/miroslavpejic85/mirotalk",
"dependencies": {
"@mattermost/client": "^10.1.0",
"@sentry/node": "^8.40.0",
"axios": "^1.7.7",
"@mattermost/client": "^10.2.0",
"@sentry/node": "^8.42.0",
"axios": "^1.7.9",
"colors": "^1.4.0",
"compression": "^1.7.5",
"cors": "^2.8.5",
"crypto-js": "^4.2.0",
"dotenv": "^16.4.5",
"dotenv": "^16.4.7",
"express": "^4.21.1",
"express-openid-connect": "^2.17.1",
"jsonwebtoken": "^9.0.2",
"js-yaml": "^4.1.0",
"ngrok": "^5.0.0-beta.2",
"nodemailer": "^6.9.16",
"openai": "^4.73.0",
"openai": "^4.75.0",
"qs": "^6.13.1",
"socket.io": "^4.8.1",
"swagger-ui-express": "^5.0.1",
@@ -65,6 +65,6 @@
"devDependencies": {
"node-fetch": "^3.3.2",
"nodemon": "^3.1.7",
"prettier": "3.3.3"
"prettier": "3.4.2"
}
}
+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.94
* @version 1.3.95
*
*/
@@ -10598,7 +10598,7 @@ function showAbout() {
Swal.fire({
background: swBg,
position: 'center',
title: '<strong>WebRTC P2P v1.3.94</strong>',
title: '<strong>WebRTC P2P v1.3.95</strong>',
imageAlt: 'mirotalk-about',
imageUrl: images.about,
customClass: { image: 'img-about' },
+1 -1
View File
@@ -2,7 +2,7 @@
// https://codepen.io/tutsplus/pen/BaVqjvg
const snowEnabled = false;
const snowEnabled = true;
const snowContainer = document.getElementById('snow-container');
Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

+13 -1
View File
@@ -564,13 +564,25 @@
/></a>
</div>
</li>
<li class="reveal-from-top" data-reveal-delay="1050">
<li class="reveal-from-top" data-reveal-delay="1200">
<div class="clients-logo">
<a href="https://kiquix.com" target="_blank"
><img class="clients-size-logo" src="../sponsors/Kiquix.png" alt="Kiquix"
/></a>
</div>
</li>
<li class="reveal-from-top" data-reveal-delay="1350">
<div class="clients-logo">
<a
href="https://lambdatest.com/pricing?coupon=QURFODlQUk9NT1RFUg==&refid=1149848"
target="_blank"
><img
class="clients-size-logo"
src="../sponsors/LambdaTest.png"
alt="LambdaTest"
/></a>
</div>
</li>
</ul>
</div>
</div>