Trying to tell if I am in a zoom meeting via terminal or API

Using this template helps us debug your issues more effectively :slight_smile:

Description
Hi there, I am trying to query the JWT API to tell if my user is currently in a meeting or not. the JWT meetings endpoint seems to only tell me about meetings which I have scheduled. my end-goal here is to have a python bot which poll the API and if I am in a meeting (whether scheduled or not, and whether I am the owner or not) change the color of the phillips hue light outside of my office.

Error
no error

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

Which Endpoint/s?
/meetings

Additional context
Any directional help for which endpoint to use (especially given that I don’t think OAUTH would be an option here) would be great; thanks.

Hi @cory

Thanks for reaching out to the Zoom Developer Forum,
Have you tried our Dashboard and Report endpoints?

With Get meeting participants and passing the query parameter type=live, you should be able to see the participant count in a live meeting, or you could also call List meeting participants to get a list of the participants in a live meeting

Hope this helps,
Elisa

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