[mirotalk] - welcome LambdaTest
This commit is contained in:
@@ -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!
|
||||
|
||||
| | |
|
||||
| --------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------- |
|
||||
| ------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------- |
|
||||
| [](https://broadcastx.de/) | [](https://hetzner.cloud/?ref=XdRifCzCK3bn) |
|
||||
| [](https://luvlounge.ca) | [](https://www.questionpro.com) |
|
||||
| [](https://www.browserstack.com) | [](https://crystalsound.ai) |
|
||||
| [](https://cloudron.io) | [](https://kiquix.com) |
|
||||
| [](https://lambdatest.com/pricing?coupon=QURFODlQUk9NT1RFUg==&refid=1149848) |
|
||||
| |
|
||||
|
||||
</details>
|
||||
|
||||
|
||||
+1
-1
@@ -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
@@ -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
@@ -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
@@ -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 |
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user