Is it possible to get user/registrant specific time period of being in the meeting (duration, start and end DateTime)?
Is it possible to get this type of data when user joins without having an account / as a guest?
Is it possible to get user/registrant specific time period of being in the meeting (duration, start and end DateTime)?
Is it possible to get this type of data when user joins without having an account / as a guest?
Hi @kateryna,
If you want to query a participant’s join and leave time, this is available via this endpoint:
Note this endpoint requires Dashboard access. Another option is to subscribe to our Participant Joined and Participant Left webhooks, too:
If a user joins without an account/as a guest, certain information may be masked, such as email, to protect their personally identifiable information.
Let me know if this helps,
Will