الملفات
codepill-sfu/app/api/meeting/meeting.sh
2022-01-02 14:32:28 +01:00

9 أسطر
231 B
Bash
ملف تنفيذي

#!/bin/bash
API_KEY="mirotalksfu_default_secret"
MIROTALK_URL="http://localhost:3010/api/v1/meeting"
curl $MIROTALK_URL \
--header "authorization: $API_KEY" \
--header "Content-Type: application/json" \
--request POST