[mirotalksfu] - update readme

main
Miroslav Pejic 4 years ago
parent 6a1c1927e2
commit bbe1b7edfd

@ -92,16 +92,14 @@ $ docker-compose down
## API
- The API documentation uses [swagger](https://swagger.io/) at https://localhost:3010/api/v1/docs or check it on live [here](https://sfu.mirotalk.org/api/v1/docs).
```bash
# The response will give you a entrypoint / Room URL for your meeting.
$ curl -X POST "http://localhost:3010/api/v1/meeting" -H "authorization: mirotalksfu_default_secret" -H "Content-Type: application/json"
$ curl -X POST "https://sfu.mirotalk.org/api/v1/meeting" -H "authorization: mirotalksfu_default_secret" -H "Content-Type: application/json"
```
## API Documentation
The API documentation uses [swagger](https://swagger.io/) at https://localhost:3010/api/v1/docs or check it on live [here](https://sfu.mirotalk.org/api/v1/docs).
## Notes
- Run the project on a `Linux or Mac` system as the `mediasoup` installation could have issues on `Windows`.

Loading…
Cancel
Save