|
|
|
|
@ -101,7 +101,6 @@ $ docker-compose down
|
|
|
|
|
# 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"
|
|
|
|
|
|
|
|
|
|
# The response will give you a entrypoint / URL for the direct join.
|
|
|
|
|
$ curl -X POST "http://localhost:3010/api/v1/join" -H "authorization: mirotalksfu_default_secret" -H "Content-Type: application/json" --data '{"room":"test","name":"mirotalksfu","audio":"0","video":"0"}'
|
|
|
|
|
$ curl -X POST "https://sfu.mirotalk.org/api/v1/join" -H "authorization: mirotalksfu_default_secret" -H "Content-Type: application/json" --data '{"room":"test","name":"mirotalksfu","audio":"0","video":"0"}'
|
|
|
|
|
|