[mirotalk] - add missing, update dep

This commit is contained in:
Miroslav Pejic
2026-02-07 22:57:04 +01:00
parent fe0edc93bd
commit 25a37b7587
10 changed files with 19 additions and 17 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
# ==================================================== # ====================================================
# MiroTalk P2P v.1.7.23 - Environment Configuration # MiroTalk P2P v.1.7.24 - Environment Configuration
# ==================================================== # ====================================================
# App environment # App environment
+1 -1
View File
@@ -271,7 +271,7 @@ To embed a meeting within `your service or app` using an iframe, you can use the
```html ```html
<iframe <iframe
allow="camera; microphone; display-capture; fullscreen; clipboard-read; clipboard-write; web-share; autoplay" allow="camera; microphone; speaker-selection; display-capture; fullscreen; clipboard-read; clipboard-write; web-share; autoplay; picture-in-picture"
src="https://p2p.mirotalk.com/newcall" src="https://p2p.mirotalk.com/newcall"
style="height: 100vh; width: 100vw; border: 0px;" style="height: 100vh; width: 100vw; border: 0px;"
></iframe> ></iframe>
+2 -2
View File
@@ -42,7 +42,7 @@ To embed a meeting in your service or app, use an iframe with the source attribu
```html ```html
<iframe <iframe
allow="camera; microphone; display-capture; fullscreen; clipboard-read; clipboard-write; web-share; autoplay" allow="camera; microphone; speaker-selection; display-capture; fullscreen; clipboard-read; clipboard-write; web-share; autoplay; picture-in-picture"
src="https://p2p.mirotalk.com/join/test" src="https://p2p.mirotalk.com/join/test"
style="height: 100vh; width: 100vw; border: 0px;" style="height: 100vh; width: 100vw; border: 0px;"
></iframe> ></iframe>
@@ -56,7 +56,7 @@ Integrate video meetings into your website or application quickly by incorporati
```html ```html
<iframe <iframe
allow="camera; microphone; display-capture; fullscreen; clipboard-read; clipboard-write; web-share; autoplay" allow="camera; microphone; speaker-selection; display-capture; fullscreen; clipboard-read; clipboard-write; web-share; autoplay; picture-in-picture"
src="https://p2p.mirotalk.com/newcall" src="https://p2p.mirotalk.com/newcall"
style="height: 100vh; width: 100vw; border: 0px;" style="height: 100vh; width: 100vw; border: 0px;"
></iframe> ></iframe>
+1 -1
View File
@@ -2,7 +2,7 @@
/** /**
* ============================================== * ==============================================
* MiroTalk P2P v.1.7.23 - Configuration File * MiroTalk P2P v.1.7.24 - Configuration File
* ============================================== * ==============================================
* *
* Branding and customizations require a license: * Branding and customizations require a license:
+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 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 * @license CodeCanyon: https://codecanyon.net/item/mirotalk-p2p-webrtc-realtime-video-conferences/38376661
* @author Miroslav Pejic - miroslav.pejic.85@gmail.com * @author Miroslav Pejic - miroslav.pejic.85@gmail.com
* @version 1.7.23 * @version 1.7.24
* *
*/ */
+6 -6
View File
@@ -1,12 +1,12 @@
{ {
"name": "mirotalk", "name": "mirotalk",
"version": "1.7.23", "version": "1.7.24",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "mirotalk", "name": "mirotalk",
"version": "1.7.23", "version": "1.7.24",
"license": "AGPL-3.0", "license": "AGPL-3.0",
"dependencies": { "dependencies": {
"@mattermost/client": "11.3.0", "@mattermost/client": "11.3.0",
@@ -29,7 +29,7 @@
"js-yaml": "^4.1.1", "js-yaml": "^4.1.1",
"jsdom": "^28.0.0", "jsdom": "^28.0.0",
"jsonwebtoken": "^9.0.3", "jsonwebtoken": "^9.0.3",
"nodemailer": "^8.0.0", "nodemailer": "^8.0.1",
"openai": "^6.18.0", "openai": "^6.18.0",
"qs": "^6.14.1", "qs": "^6.14.1",
"socket.io": "^4.8.3", "socket.io": "^4.8.3",
@@ -4785,9 +4785,9 @@
} }
}, },
"node_modules/nodemailer": { "node_modules/nodemailer": {
"version": "8.0.0", "version": "8.0.1",
"resolved": "https://registry.npmjs.org/nodemailer/-/nodemailer-8.0.0.tgz", "resolved": "https://registry.npmjs.org/nodemailer/-/nodemailer-8.0.1.tgz",
"integrity": "sha512-xvVJf/f0bzmNpnRIbhCp/IKxaHgJ6QynvUbLXzzMRPG3LDQr5oXkYuw4uDFyFYs8cge8agwwrJAXZsd4hhMquw==", "integrity": "sha512-5kcldIXmaEjZcHR6F28IKGSgpmZHaF1IXLWFTG+Xh3S+Cce4MiakLtWY+PlBU69fLbRa8HlaGIrC/QolUpHkhg==",
"license": "MIT-0", "license": "MIT-0",
"engines": { "engines": {
"node": ">=6.0.0" "node": ">=6.0.0"
+2 -2
View File
@@ -1,6 +1,6 @@
{ {
"name": "mirotalk", "name": "mirotalk",
"version": "1.7.23", "version": "1.7.24",
"description": "A free WebRTC browser-based video call", "description": "A free WebRTC browser-based video call",
"main": "server.js", "main": "server.js",
"scripts": { "scripts": {
@@ -61,7 +61,7 @@
"js-yaml": "^4.1.1", "js-yaml": "^4.1.1",
"jsdom": "^28.0.0", "jsdom": "^28.0.0",
"jsonwebtoken": "^9.0.3", "jsonwebtoken": "^9.0.3",
"nodemailer": "^8.0.0", "nodemailer": "^8.0.1",
"openai": "^6.18.0", "openai": "^6.18.0",
"qs": "^6.14.1", "qs": "^6.14.1",
"socket.io": "^4.8.3", "socket.io": "^4.8.3",
+1 -1
View File
@@ -79,7 +79,7 @@ let brand = {
}, },
about: { about: {
imageUrl: '../images/mirotalk-logo.gif', imageUrl: '../images/mirotalk-logo.gif',
title: 'WebRTC P2P v1.7.23', title: 'WebRTC P2P v1.7.24',
html: ` html: `
<button <button
id="support-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 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 * @license CodeCanyon: https://codecanyon.net/item/mirotalk-p2p-webrtc-realtime-video-conferences/38376661
* @author Miroslav Pejic - miroslav.pejic.85@gmail.com * @author Miroslav Pejic - miroslav.pejic.85@gmail.com
* @version 1.7.23 * @version 1.7.24
* *
*/ */
@@ -13643,7 +13643,7 @@ function showAbout() {
Swal.fire({ Swal.fire({
background: swBg, background: swBg,
position: 'center', position: 'center',
title: brand.about?.title && brand.about.title.trim() !== '' ? brand.about.title : 'WebRTC P2P v1.7.23', title: brand.about?.title && brand.about.title.trim() !== '' ? brand.about.title : 'WebRTC P2P v1.7.24',
imageUrl: brand.about?.imageUrl && brand.about.imageUrl.trim() !== '' ? brand.about.imageUrl : images.about, imageUrl: brand.about?.imageUrl && brand.about.imageUrl.trim() !== '' ? brand.about.imageUrl : images.about,
customClass: { image: 'img-about' }, customClass: { image: 'img-about' },
html: ` html: `
+2
View File
@@ -12,12 +12,14 @@
allow=" allow="
camera; camera;
microphone; microphone;
speaker-selection;
display-capture; display-capture;
fullscreen; fullscreen;
clipboard-read; clipboard-read;
clipboard-write; clipboard-write;
web-share; web-share;
autoplay; autoplay;
picture-in-picture;
" "
src="https://p2p.mirotalk.com/newcall" src="https://p2p.mirotalk.com/newcall"
style="height: 100vh; width: 100vw; border: 0px" style="height: 100vh; width: 100vw; border: 0px"