Description
When there is a meeting.ended webhook call, I am not getting start_time in the body as mentioned in the docs here(https://marketplace.zoom.us/docs/api-reference/webhook-reference/meeting-events/meeting-ending)
Error
The body received is(missing start_time):
{
"event": "meeting.ended",
"event_ts": ****,
"payload": {
"account_id": "****",
"object": {
"duration": 90,
"end_time": "2022-01-13T06:03:39Z",
"host_id": "****",
"id": "****",
"timezone": "Asia/Calcutta",
"topic": "****",
"type": 2,
"uuid": "****"
}
}
}
Which App Type (OAuth / Chatbot / JWT / Webhook)?
Webhook