From e4543fa000084210c994dc942052946d20b7e0aa Mon Sep 17 00:00:00 2001 From: Miroslav Pejic Date: Sun, 2 Jan 2022 19:14:17 +0100 Subject: [PATCH] [mirotalksfu] - fix typo --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index b87b377..f1faf54 100644 --- a/README.md +++ b/README.md @@ -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"}'