v5

latestOpenAPI 3.0.3MITraw.githubusercontent.com2026-08-0112516159.5 KB
Meeting

Get meeting recording information

get/collection/{collection_id}/meeting/{bot_id}

Path parameters

collection_idstring required
Example:default
bot_idstring required
Example:bot-12345

Response

Meeting information

successboolean

Example response

{
  "success": true,
  "data": {
    "bot_id": "bot-12345",
    "status": "recording",
    "video_url": "https://stream.videodb.io/v/12345"
  }
}