[mirotalksfu] - update readme

هذا الالتزام موجود في:
Miroslav Pejic
2024-07-29 07:18:58 +02:00
الأصل 16ac405c0d
التزام 8efe82fa95
2 ملفات معدلة مع 3 إضافات و3 حذوفات

عرض الملف

@@ -142,12 +142,12 @@ Example:
</details> </details>
<details> <details open>
<summary>Embed a meeting</summary> <summary>Embed a meeting</summary>
<br/> <br/>
To embed a meeting in `your service or app` using an iframe, use the following code: To embed a meeting within `your service or app` using an iframe, you can use the following code:
```html ```html
<iframe <iframe

عرض الملف

@@ -17,7 +17,7 @@ function getIPv4() {
return '0.0.0.0'; // Default to 0.0.0.0 if no external IPv4 address found return '0.0.0.0'; // Default to 0.0.0.0 if no external IPv4 address found
} }
const IPv4 = getIPv4(); const IPv4 = getIPv4(); // Replace it with the Server Public IPv4 in production.
const numWorkers = require('os').cpus().length; const numWorkers = require('os').cpus().length;