cURL
curl --request GET \ --url https://api.videodb.io/collection/{collection_id}/meeting/{bot_id} \ --header 'x-access-token: <api-key>'
{ "success": true, "data": { "bot_id": "bot-12345", "status": "recording", "video_url": "https://stream.videodb.io/v/12345" } }
Get meeting recording information
recording
done
video_url
bot_id
API key for authentication (sk-xxx format)
"default"
"bot-12345"
Meeting information
true
Show child attributes