[mirotalksfu] - fix API call example

هذا الالتزام موجود في:
Miroslav Pejic
2023-07-18 09:09:43 +02:00
الأصل c781068846
التزام ba849de7d7
2 ملفات معدلة مع 3 إضافات و3 حذوفات

عرض الملف

@@ -7,5 +7,5 @@ MIROTALK_URL="https://sfu.mirotalk.com/api/v1/join"
curl $MIROTALK_URL \
--header "authorization: $API_KEY" \
--header "Content-Type: application/json" \
--data '{"room":"test","password":"0","name":"mirotalksfu","audio":"1","video":"1","screen":"1","notify":"1"}' \
--data '{"room":"test","password":"false","name":"mirotalksfu","audio":"true","video":"true","screen":"false","notify":"true"}' \
--request POST