[mirotalk] - update socket.io and readme
This commit is contained in:
@@ -147,6 +147,15 @@ $ docker-compose down
|
||||
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary>Https</summary>
|
||||
|
||||
<br/>
|
||||
|
||||
You can start videoconferencing directly from your Local PC, and be reachable from any device outside your network, simply using a service like [ngrok](https://ngrok.com/) by editing the [Ngrok part](https://github.com/miroslavpejic85/mirotalk/blob/master/.env.template#L1) on `.env` file, or expose it directly on [HTTPS](app/ssl/README.md)
|
||||
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary>Setup Turn</summary>
|
||||
|
||||
@@ -174,15 +183,6 @@ The API documentation uses [swagger](https://swagger.io/) at http://localhost:30
|
||||
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary>Https</summary>
|
||||
|
||||
<br/>
|
||||
|
||||
If you want `MiroTalk` to be `reachable` from the `outside` of your local network, you can use a service like [ngrok](https://ngrok.com/) by editing the [Ngrok part](https://github.com/miroslavpejic85/mirotalk/blob/master/.env.template#L1) on `.env` file, or expose it directly on [HTTPS](app/ssl/README.md)
|
||||
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary>Live Demo</summary>
|
||||
|
||||
|
||||
+1
-1
@@ -21,7 +21,7 @@
|
||||
"dotenv": "^16.0.1",
|
||||
"express": "^4.18.1",
|
||||
"ngrok": "^4.3.1",
|
||||
"socket.io": "^4.5.0",
|
||||
"socket.io": "^4.5.1",
|
||||
"swagger-ui-express": "^4.4.0",
|
||||
"uuid": "8.3.2",
|
||||
"yamljs": "^0.3.0"
|
||||
|
||||
Reference in New Issue
Block a user