Having issues with Zoom API on our learning platform
Skills Required
Description
We're running into some problems integrating Zoom API into our learning platform. The main issue is with generating JWT tokens correctly and ensuring secure communication between our platform and Zoom.
The system is built with Node.js, and while some of the API calls work, others either return errors or time out unexpectedly. We've followed Zoom's documentation closely but still face inconsistencies.
This integration is crucial for enabling live classes directly within our LMS. Without it, we're forced to send users to Zoom manually, which disrupts the user experience.
We've already set up the developer account and registered the app on Zoom, but we're unsure if the scopes or permissions are fully aligned with what we need.
Another challenge is syncing Zoom meetings with course schedules inside our system. We need help making sure events update automatically, and that meeting links get generated and stored properly.
We're also looking to ensure student attendance gets tracked accurately by pulling data from Zoom’s reports. Currently, this step isn't working as expected.
The UI portion is already designed — all that's missing is the backend logic to make everything smooth and reliable. We want it to feel seamless for both teachers and students.
Security is important as well. We need help ensuring tokens aren’t exposed and that all requests follow best practices for user data protection.
If you've worked o...