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!