Question: does recording.completed webhook event fire only once when the meeting recording was stopped and started again?

Hi Forum,
I have a question about recording.completed webhook. If there are multiple recordings in a meeting, how many times will the endpoint receive recording.completed webhook event? Thank you.

Hi @yyzoomtest,

The Recording Completed event will be triggered once a recording for a given meeting has completed processing (including pauses). If you need to track when a recording is started, stopped, paused, you will want to use those respective webhooks.

Let me know if this helps to clarify,
Will