[mirotalksfu] - add swagger

هذا الالتزام موجود في:
Miroslav Pejic
2021-10-08 16:18:14 +02:00
الأصل a7fabda7f9
التزام 6a1c1927e2
4 ملفات معدلة مع 66 إضافات و1 حذوفات

عرض الملف

@@ -95,8 +95,13 @@ $ docker-compose down
```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`.