Meeting recording stop for attendees

Description -
How can I stop recording for attendees ?

As the issue is when zoom sends me an notification about recording completed, I have to store that mp4 file s3.

But All the time as host/ attendee leave the meeting, A notification of recording completed comes the process goes recursively.

Hi @rohit,

Just to confirm, each time whenever an attendee leaves the meeting you receive multiple a recording completed event?

Thanks

Each time when attendee leaves the meeting, I am receiving recording completed event for attendee. But as per my use case I only want the host recorded video not all the attendee’s videos.

Hey @rohit,

This seems like a bug. As a workaround, as you receive each recording completed webhook, please check if the user is the host via the host_id in the payload before uploading it to S3.

Thanks,
Tommy