[mirotalksfu] - update docs

هذا الالتزام موجود في:
Miroslav Pejic
2022-12-30 17:37:39 +01:00
الأصل 53378acbf1
التزام 7d7d30fbd6
2 ملفات معدلة مع 2 إضافات و1 حذوفات

عرض الملف

@@ -103,7 +103,7 @@ Embedding a meeting into a service or app using an iframe.
<br/>
- You will need to have `NodeJS` and all [requirements](https://mediasoup.org/documentation/v3/mediasoup/installation/#requirements) 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.0/).
- You will need to have `NodeJS` and all [requirements](https://mediasoup.org/documentation/v3/mediasoup/installation/#requirements) installed, this project has been tested with Node version [16.X](https://nodejs.org/en/blog/release/v16.15.0/).
- Requirements install example for `Ubuntu 20.04`

عرض الملف

@@ -6,6 +6,7 @@
- [Node.js](https://nodejs.org/en/) at least 16x, better `16.15.1 LTS` & npm
- Your domain name, example: `your.domain.name`
- Set a DNS A record for that domain that point to Your Server public IPv4
> DNS A Record: The Address Mapping record (or DNS host record) stores a hostname and its corresponding IPv4 address. When users search for your website, the A record redirects this traffic from the web address (xxxxx.com human-readable domain) to the IPv4 address.
---