Differntiate the diffrence between the response varible-> total_minutes and duration of the URL -https://api.zoom.us/v2/past_meetings/{meeting id }

Description
Can you please explain the diffrence between the response varaible total_minutes and duration of the API URl -https://api.zoom.us/v2/past_meetings/{meeting id}

Hey @Ammulekshmi_Ratheesh, happy to help!

Duration is the length of the meeting.

I believe the total_minutes is the total length in minutes each participant was in the meeting for. I will confirm this.

Thanks,
Tommy

I have been using a very similar call that extracts these variables
I can confirm that duration is the length of the meeting and total_minutes is the sum of minutes from all participants in the meeting

2 Likes

Thanks @alastair.chin! :slight_smile:

Hey @Ammulekshmi_Ratheesh, please see the post above. We will also make this more clear on our docs.

Thanks,
Tommy