Check if host is in meeting already

Description
I have single host account. can i check before starting meeting whether host is already in meeting with same meeting id. i generally use Personal meeting id so its important.

We are using android sdk

Which version?
Knowing the version can help us to identify your issue faster.

To Reproduce(If applicable)
Steps to reproduce the behavior:

  1. Go to ‘…’
  2. Click on ‘…’
  3. Scroll down to ‘…’
  4. See error

Screenshots
If applicable, add screenshots to help explain your problem.

Smartphone (please complete the following information):

  • Device: [e.g. iPhone6]
  • OS: [e.g. iOS8.1]
  • Version [e.g. 22]

Additional context
Add any other context about the problem here.

Hi prabhakar.sharma,

Thanks for the post. SDK does not provide any interfaces to detect whether the host has started the meeting or not. You may leverage the webhook for this purpose: https://marketplace.zoom.us/docs/api-reference/webhook-reference/meeting-events/meeting-started

Hope this helps. Thanks!