getMeetingContext API issue

Hi there,

I’m developing a Zoom App and one of the thing it needs is to retrieve the meeting ID for each participant. I initially planned to use the getMeetingContext() API, but I’ve realized it only works for users with host or co-host roles.

Is there any alternative method to reliably obtain the current meeting ID for a user, regardless of whether they are a host, co-host, or a regular participant?

Any help would be appreciated. Thanks!

hi @Steve7

Why would you want that information?

It is restircted becuase zoom does not want any app on a meeting to just be able to invite other poeple.

So why do you need the meeting ID?

John