Is there an event to track when you join/leave another person's meeting / webinar that includes the meeting topic?

Description
I have looked at all the available events provided by zoom, however, there is no event that tells me I joined another person’s meeting.

Is there an existing event I can use to track that activity?

eg. an event that tells me I joined/left another person’s meeting with the meeting topic information as well as the join time and leave time.

example event i’d like to see:

{
  "event": "meeting.joined / meeting.left",
  "payload": {
    "object": {
      "uuid": "<meeting_id>",
      "user_id": "<zoom_user_id>",
      "topic": "<meeting_topic>",
      "join_time / leave_time": "<iso_datetime>",
    }
  }
}

If there is no event, is there a possible work around for this / any future plans to implement such an event?

Which App Type (OAuth / Chatbot / JWT / Webhook)?
OAuth / Webhook

Hey @zm23,

Thank you for reaching out to the Zoom Developer Forum. If you want to receive events or make API requests on behalf of another account, you can publish an OAuth App to our Marketplace. When a user/account installs your app, you’ll be able to receive webhook events for that user/account at your endpoint.

I hope that helps! Let me know if you have any questions.

Thanks,
Max

Thanks Max, looks like account level OAuth App is what I can use

Glad Max was able to help clarify!

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