[mirotalk] - add mirotalk api v1
This commit is contained in:
+7
-1
@@ -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
|
||||
Reference in New Issue
Block a user