[mirotalk] - add img

This commit is contained in:
Miroslav Pejic
2024-12-21 10:42:44 +01:00
parent fbd1175b55
commit ada2db91c5
5 changed files with 6 additions and 4 deletions
+2
View File
@@ -145,6 +145,8 @@ When [host protection](https://docs.mirotalk.com/mirotalk-p2p/host-protection/)
<br/>
![iframe](public/images/iframe.png)
To embed a meeting within `your service or app` using an iframe, you can use the following code:
```html
+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.4.13
* @version 1.4.14
*
*/
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "mirotalk",
"version": "1.4.13",
"version": "1.4.14",
"description": "A free WebRTC browser-based video call",
"main": "server.js",
"scripts": {
Binary file not shown.

After

Width:  |  Height:  |  Size: 6.4 KiB

+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.4.13
* @version 1.4.14
*
*/
@@ -10695,7 +10695,7 @@ function showAbout() {
Swal.fire({
background: swBg,
position: 'center',
title: '<strong>WebRTC P2P v1.4.13</strong>',
title: '<strong>WebRTC P2P v1.4.14</strong>',
imageAlt: 'mirotalk-about',
imageUrl: images.about,
customClass: { image: 'img-about' },