[mirotalk] - add mirotalk api v1

This commit is contained in:
Miroslav Pejic
2021-06-12 09:00:47 +02:00
parent 62d4a66ab4
commit 6f2b438454
3 changed files with 93 additions and 4 deletions
+7 -1
View File
@@ -16,4 +16,10 @@ TURN_USERNAME=YourNumbUsername
TURN_PASSWORD=YourNumbPassword
# Heroku
# https://devcenter.heroku.com/articles/config-vars
# https://devcenter.heroku.com/articles/config-vars
# API
# The response will give you a entrypoint / Room URL for your meeting.
# curl -X POST "http://localhost:3000/api/v1/meeting" -H "authorization: YourApiKeySecret" -H "Content-Type: application/json" -d "{ \"title\": \"Mirotalk GET meeting\"}"
API_KEY_SECRET=YourApiKeySecret