v50

latestOpenAPI 3.0.0raw.githubusercontent.com2025-04-046348254.7 KB
Meetings

Fetch a meeting for an organization

Returns a meeting details in an organization for the given meeting ID.

get/meetings/{meeting_id}

Path parameters

meeting_idstring uuid required

ID of the meeting. Fetch the meeting ID using the create a meeting API.

Query parameters

namestring

Response

Success Response

successboolean required

Success status of the operation

Example response

{
  "data": {
    "recording_config": {
      "video_config": {
        "width": 1280,
        "height": 720
      },
      "storage_config": {
        "region": "us-east-1"
      },
      "live_streaming_config": {
        "rtmp_url": "rtmp://a.rtmp.youtube.com/live2"
      }
    }
  }
}