`meeting.started` missing `start_time`

The meeting.ended web hook contains a start_time to let us know when a meeting started. It would be quite helpful to have this same value in the meeting.started payload as well. We can’t just rely on the time when we receive the web hook because it may be a reattempted delivery.

Hi,

Thank you for bringing this to our attention. We will consider this as a feature request and forward your suggestions to our development team. I will update this thread once the feature is available.

For now, as a temporary workaround, I would recommend you to use the retrieve meetings api, to get the start time for the meeting.

Let me know if you have any questions.

Thanks

unfortunately the retrieve meetings API will just return the scheduled start time, not the actual start time (which is what is provided in the meeting.ended web hook).

Hi @ryan,

This is noted. As mentioned in the previous response, I will be asking our engineers to add the start_time in the webhook response.

Thanks