diff --git a/README.md b/README.md index f9c1f926..df871e63 100644 --- a/README.md +++ b/README.md @@ -160,7 +160,7 @@ To embed a meeting within `your service or app` using an iframe, you can use the
Quick start -
+![nodejs](public/images/nodejs.png) - Before running MiroTalk P2P, ensure you have `Node.js` installed. This project has been tested with Node versions [12.X](https://nodejs.org/en/blog/release/v12.22.1/), [14.X](https://nodejs.org/en/blog/release/v14.17.5/), [16.X](https://nodejs.org/en/blog/release/v16.15.1/) and [18.x](https://nodejs.org/en/download). diff --git a/app/src/server.js b/app/src/server.js index 5a15eab8..333611b5 100755 --- a/app/src/server.js +++ b/app/src/server.js @@ -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.93 + * @version 1.3.94 * */ diff --git a/package.json b/package.json index 22b8ae8c..1ee4ced2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mirotalk", - "version": "1.3.93", + "version": "1.3.94", "description": "A free WebRTC browser-based video call", "main": "server.js", "scripts": { @@ -42,7 +42,7 @@ "homepage": "https://github.com/miroslavpejic85/mirotalk", "dependencies": { "@mattermost/client": "^10.1.0", - "@sentry/node": "^8.38.0", + "@sentry/node": "^8.40.0", "axios": "^1.7.7", "colors": "^1.4.0", "compression": "^1.7.5", @@ -55,7 +55,7 @@ "js-yaml": "^4.1.0", "ngrok": "^5.0.0-beta.2", "nodemailer": "^6.9.16", - "openai": "^4.72.0", + "openai": "^4.73.0", "qs": "^6.13.1", "socket.io": "^4.8.1", "swagger-ui-express": "^5.0.1", diff --git a/public/images/nodejs.png b/public/images/nodejs.png new file mode 100644 index 00000000..2dc9e7af Binary files /dev/null and b/public/images/nodejs.png differ diff --git a/public/js/client.js b/public/js/client.js index edabf9ee..d2efae7e 100644 --- a/public/js/client.js +++ b/public/js/client.js @@ -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.93 + * @version 1.3.94 * */ @@ -10598,7 +10598,7 @@ function showAbout() { Swal.fire({ background: swBg, position: 'center', - title: 'WebRTC P2P v1.3.93', + title: 'WebRTC P2P v1.3.94', imageAlt: 'mirotalk-about', imageUrl: images.about, customClass: { image: 'img-about' }, diff --git a/public/views/client.html b/public/views/client.html index 72c2346e..268e2194 100755 --- a/public/views/client.html +++ b/public/views/client.html @@ -1030,9 +1030,6 @@ access to use this app. - -