الملفات
codepill-sfu/app/api/meeting/meeting.sh
2023-07-26 15:21:11 +02:00

10 أسطر
288 B
Bash
ملف تنفيذي

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