Automatically login and participants info

  1. Is there a way to automatically login to a specific host account when entering with join_url?

  2. Is it possible to receive the entry time and exit time information among the attendee information in /past_meetings/{meetingUUID}/participants API?

Hi @podosw,

Good questions. To clarify:

  1. Is there a way to automatically login to a specific host account when entering with join_url?

If you’re already logged in under the account hosting the meeting, and use the join_url, you should be logged in as the host. Otherwise, you need to use the start_url returned by our Create Meeting/GET Meeting APIs.

  1. Is it possible to receive the entry time and exit time information among the attendee information in /past_meetings/{meetingUUID}/participants API?

This information is not returned by this endpoint, but you can leverage our Participant Joined and Left webhooks:
https://marketplace.zoom.us/docs/api-reference/webhook-reference/meeting-events/participant-joined-meeting
https://marketplace.zoom.us/docs/api-reference/webhook-reference/meeting-events/participant-left

Let me know if this helps. :slight_smile:

Best,
Will

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.