Zoom Apps Configuration
React App, leveraging the Zoom SDK to fetch user context.
Description
If a meeting is started without a logged-in user, and if the log in is then initiated from inside the meeting in the apps tab, the Zoom SDK does not pick up the right roles for the newly authenticated user. The zoomSdk.config call fails with the error below.
Error?
Error message: Error: No Permission for this API. [code:80012, reason:require_meeting_role]
Troubleshooting Routes
The user has to leave the meeting and join it again. Some times, even that does not work and the zoom client needs to be restarted.
How To Reproduce
Please see this loom for a walkthrough of how the issue is reproduced.
When it comes to calling getMeetingContext, you’ll want to be the host or co-host of a meeting. However, you can call getMeetingUUID as any user within the meeting.
As for the issues with the meeting context updating after logging in, are you still seeing this with the latest version of the Zoom client? (5.13.10)
@MaxM Is there any zoom app sdk function like getMeetingContext which provides MeetingID to any user/participant who join the meeting instead of just for Host/Co-host.