Summary of meeting information once it has ended
| Code | Description |
|---|---|
| 404 | Cameo Meeting not found |
| 422 | Unable to process request, see errors in response |
{
"id": integer,
"topic": string,
"host": string,
"start_time": string,
"end_time": string,
"duration": string,
"participants": string,
"has_pstn": string,
"has_archiving": string,
"has_voip": string,
"has_3rd_party_audio": string,
"has_video": string,
"has_screen_share": string,
"has_recording": string,
"has_sip": string,
"dept": string,
"has_manual_captions": string,
"has_automated_captions": string,
"has_meeting_summary": string
}
| Param name | Description |
|---|---|
|
token required |
API token for your organization Validations:
|
|
id required |
ID of the cameo meeting Validations:
|