Description
The “recording completed” event no longer includes closed captions (CC). The last event I received that had captions was on 2021-05-06.
Error
Missing CC file entry in payload.object.recording_files array in the “recording completed” event.
Which App Type (OAuth / Chatbot / JWT / Webhook)?
Webhook
Which Endpoint/s?
How To Reproduce (If applicable)
Steps to reproduce the behavior:
- Setup webhook
- Start cloud recording
- Type closed captions
- Stop recording
- When webhook is received, look at list of files in payload.object.recording_files
Screenshots (If applicable)
Additional context
Example file entry for closed caption (from an old webhook event)
{
"meeting_id": "5kr7XOk...",
"recording_start": "2020-05-21T13:38:32Z",
"recording_end": "2020-05-21T13:39:54Z",
"file_type": "CC",
"download_url": "https://..."
}