Participation behavior for Meetings

Description
I need to know how are participations marked? I am specifically trying to understand how may participation records I would see in the API response for a person who joins the meeting for lest say 3-mins and he leaves the same meeting and re-joins it and this time for 5-mins.
Should we expect 2 entries with 2 different sets of Join-Leave time or just one collaborated entry for 5 mins?

Error
N/A

Which App Type (OAuth / Chatbot / JWT / Webhook)?
JTW using API Key?Secret.

Which Endpoint/s?

How To Reproduce (If applicable)
Steps to reproduce the behavior:

  1. Start a meeting and join it with a participant and stay in the meeting for a few mins then leave.
  2. Now re-join the same meeting and stay there for a few mins.
  3. Check the participation report.

Screenshots (If applicable)
N/A

Additional context
Add any other context about the problem here.

Also if there are multiple entries the is there any particular sequence in which the data will be returned, for e.g maybe arranged on the basis highest duration (5mins , 3mins 2mins ) or the Join time basis (1pm, 2pm, 3pm)?

Hey @vjetha,

Yes, you can expect 2 entries. :slight_smile:

It should be chronological based on when the user joined.

Thanks,
Tommy