GET whether a user is in a meeting

Description
I’m a teacher and I use a zoom meeting as an open virtual lab for my students. On my website, I would like to display whether or not I am currently in the meeting. This way my students can quickly see if I’m available without needing to join the meeting each time.

Looking for a simple starting point to get this info from the API.

Hi @jmunger,

Thanks for reaching out about this. You might consider leveraging the following webhook:

This will be triggered each time your status changes (including “in meeting”).

Thanks,
Will