[mirotalksfu] - welcome LambdaTest
هذا الالتزام موجود في:
14
README.md
14
README.md
@@ -315,17 +315,6 @@ To set up your own instance of `MiroTalk SFU` on a dedicated cloud server, pleas
|
||||
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary>DigitalOcean</summary>
|
||||
|
||||
<br/>
|
||||
|
||||
[](https://m.do.co/c/1070207afbb1)
|
||||
|
||||
For personal use, you can start with a single $5 a month cloud server and scale up as needed. You can use [this link](https://m.do.co/c/1070207afbb1) to get a `$200 credit for the first 60 days`.
|
||||
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary>Live Demo</summary>
|
||||
|
||||
@@ -381,11 +370,12 @@ To obtain a [MiroTalk SFU license](https://docs.mirotalk.com/license/licensing-o
|
||||
Do you find MiroTalk SFU 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 SFU. Your support is vital in ensuring that this valuable platform continues to thrive and remain accessible for all. Make an impact – back MiroTalk SFU 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>
|
||||
|
||||
|
||||
@@ -55,7 +55,7 @@ dev dependencies: {
|
||||
* @license For commercial or closed source, contact us at license.mirotalk@gmail.com or purchase directly via CodeCanyon
|
||||
* @license CodeCanyon: https://codecanyon.net/item/mirotalk-sfu-webrtc-realtime-video-conferences/40769970
|
||||
* @author Miroslav Pejic - miroslav.pejic.85@gmail.com
|
||||
* @version 1.6.42
|
||||
* @version 1.6.43
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
16
package.json
16
package.json
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "mirotalksfu",
|
||||
"version": "1.6.42",
|
||||
"version": "1.6.43",
|
||||
"description": "WebRTC SFU browser-based video calls",
|
||||
"main": "Server.js",
|
||||
"scripts": {
|
||||
@@ -57,15 +57,15 @@
|
||||
"node": ">=18"
|
||||
},
|
||||
"dependencies": {
|
||||
"@mattermost/client": "^10.1.0",
|
||||
"@sentry/node": "^8.40.0",
|
||||
"axios": "^1.7.8",
|
||||
"@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",
|
||||
"discord.js": "^14.16.3",
|
||||
"dompurify": "^3.2.1",
|
||||
"dompurify": "^3.2.2",
|
||||
"express": "4.21.1",
|
||||
"express-openid-connect": "^2.17.1",
|
||||
"fluent-ffmpeg": "^2.1.3",
|
||||
@@ -78,17 +78,17 @@
|
||||
"mediasoup-client": "3.7.18",
|
||||
"ngrok": "^5.0.0-beta.2",
|
||||
"nodemailer": "^6.9.16",
|
||||
"openai": "^4.73.1",
|
||||
"openai": "^4.75.0",
|
||||
"qs": "6.13.1",
|
||||
"socket.io": "4.8.1",
|
||||
"swagger-ui-express": "5.0.1",
|
||||
"uuid": "11.0.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"mocha": "^10.8.2",
|
||||
"mocha": "^11.0.1",
|
||||
"node-fetch": "^3.3.2",
|
||||
"nodemon": "^3.1.7",
|
||||
"prettier": "3.3.3",
|
||||
"prettier": "3.4.2",
|
||||
"proxyquire": "^2.1.3",
|
||||
"should": "^13.2.3",
|
||||
"sinon": "^19.0.2"
|
||||
|
||||
@@ -11,7 +11,7 @@ if (location.href.substr(0, 5) !== 'https') location.href = 'https' + location.h
|
||||
* @license For commercial or closed source, contact us at license.mirotalk@gmail.com or purchase directly via CodeCanyon
|
||||
* @license CodeCanyon: https://codecanyon.net/item/mirotalk-sfu-webrtc-realtime-video-conferences/40769970
|
||||
* @author Miroslav Pejic - miroslav.pejic.85@gmail.com
|
||||
* @version 1.6.42
|
||||
* @version 1.6.43
|
||||
*
|
||||
*/
|
||||
|
||||
@@ -4616,7 +4616,7 @@ function showAbout() {
|
||||
imageUrl: image.about,
|
||||
customClass: { image: 'img-about' },
|
||||
position: 'center',
|
||||
title: 'WebRTC SFU v1.6.42',
|
||||
title: 'WebRTC SFU v1.6.43',
|
||||
html: `
|
||||
<br />
|
||||
<div id="about">
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
* @license For commercial or closed source, contact us at license.mirotalk@gmail.com or purchase directly via CodeCanyon
|
||||
* @license CodeCanyon: https://codecanyon.net/item/mirotalk-sfu-webrtc-realtime-video-conferences/40769970
|
||||
* @author Miroslav Pejic - miroslav.pejic.85@gmail.com
|
||||
* @version 1.6.42
|
||||
* @version 1.6.43
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
// https://codepen.io/tutsplus/pen/BaVqjvg
|
||||
|
||||
const snowEnabled = false;
|
||||
const snowEnabled = true;
|
||||
|
||||
const snowContainer = document.getElementById('snow-container');
|
||||
|
||||
|
||||
ثنائية
public/sponsors/LambdaTest.png
Normal file
ثنائية
public/sponsors/LambdaTest.png
Normal file
ملف ثنائي غير معروض.
|
بعد العرض: | الارتفاع: | الحجم: 29 KiB |
@@ -474,7 +474,7 @@
|
||||
/></a>
|
||||
</div>
|
||||
</li>
|
||||
<li class="reveal-from-left" data-reveal-delay="1200">
|
||||
<li class="reveal-from-left" data-reveal-delay="1150">
|
||||
<div class="clients-logo">
|
||||
<a href="https://cloudron.io" target="_blank"
|
||||
><img
|
||||
@@ -484,13 +484,25 @@
|
||||
/></a>
|
||||
</div>
|
||||
</li>
|
||||
<li class="reveal-from-left" data-reveal-delay="1500">
|
||||
<li class="reveal-from-left" data-reveal-delay="1300">
|
||||
<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-left" data-reveal-delay="1450">
|
||||
<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>
|
||||
|
||||
المرجع في مشكلة جديدة
حظر مستخدم