الملفات
codepill-sfu/app/api/meeting/meeting.sh
2022-07-10 11:05:56 +02:00

10 أسطر
285 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/join"
curl $MIROTALK_URL \
--header "authorization: $API_KEY" \
--header "Content-Type: application/json" \
--request POST