Blue Skies Overlays Not Working
My overlays app does not work properly. It does not let me save templates, and above the save template button, it is constantly loading. Please advise, as I have done everything I know how to do
Zoomtopia is here. Unlock the transformative power of generative AI, helping you connect, collaborate, and Work Happy with AI Companion.
Register nowEmpowering you to increase productivity, improve team effectiveness, and enhance skills.
Learn moreKeep your Zoom app up to date to access the latest features.
Download Center Download the Zoom appDownload hi-res images and animations to elevate your next Zoom meeting.
Browse Backgrounds Zoom Virtual BackgroundsEmpowering you to increase productivity, improve team effectiveness, and enhance skills.
Zoom AI CompanionUser groups are unique spaces where community members can collaborate, network, and exchange knowledge on similar interests and expertise.
Help & Resources is your place to discover helpful Zoom support resources, browse Zoom Community how-to documentation, and stay updated on community announcements.
The Events page is your destination for upcoming webinars, platform training sessions, targeted user events, and more. Stay updated on opportunities to enhance your skills and connect with fellow Zoom users.
Zoom App Marketplace has more than 2,000 apps that enhance your Zoom experience and improve workflow and collaboration. Explore the Zoom Community's Recent Activity below to join the Marketplace conversation and connect with other members. If you're still looking for support, browse our Zoom Apps and Marketplace support articles or start a new discussion below!
My overlays app does not work properly. It does not let me save templates, and above the save template button, it is constantly loading. Please advise, as I have done everything I know how to do
I have added an app, and it shows in my apps. I want to pin it to the toolbar along the top as it is repeatedly used and would prefer not to open apps each time I want to use it. Is there a way to do this?
I’m running a bot app built using Zoom Linux SDK. The app is running in Ubuntu 22.04 Docker container. I’m providing SDK JWT token, local recording token, meeting ID and password to intiate the bot auth. The bot is able to join my meetings and initiate raw recording. I get the popup in the meeting saying “This meeting is being recorded”. But I’m never getting any callback for onRecordingStart callback that I’m passing to recordingCtrlEvent->setOnRecordingStart of IMeetingRecordingCtrlEvent. Meeting SDK version that I’m using is zoom-meeting-sdk-linux_x86_64-6.6.5.5692. Also I can see some ALSA logs in the console. ALSA lib control.c:1528:(snd_ctl_open_noupdate) Invalid CTL Local recording is enabled on my Zoom account.
ALSA lib control.c:1528:(snd_ctl_open_noupdate) Invalid CTL
ALSA lib control.c:1528:(snd_ctl_open_noupdate) Invalid CTL
ALSA lib control.c:1528:(snd_ctl_open_noupdate) Invalid CTL
ALSA lib control.c:1528:(snd_ctl_open_noupdate) Invalid CTL
ALSA lib pcm.c:2664:(snd_pcm_open_noupdate) Unknown PCM
ALSA lib control.c:1528:(snd_ctl_open_noupdate) Invalid CTL
ALSA lib pcm.c:2664:(snd_pcm_open_noupdate) Unknown PCM
Show less
Hi, So far, I’ve tried refreshing the page, clearing cache, and testing in different browsers, but the issue persists. Other Moodle activities seem to load normally. Has anyone else encountered this issue, or knows how to fix it?
I’m having an issue with the Zoom activity in Moodle. The Zoom component doesn’t load properly — instead of showing the meeting information or links, I only see grey placeholder bars
The problem appears in various browsers, as well as on Windows, Android, and Apple devices.
Thanks in advance for your help!
Show less
I had already registered with Zoom related to ISV partner solutions and till now I did not get any response.
If i could get any assistance to proceed further it would be helpful for me
Hi Zoom Developer Community, I’m currently in the process of submitting my app for Beta Testing on the Zoom Marketplace. “We noticed your app supports TLS 1.0 & TLS 1.1, which are considered insecure. Please consider ceasing/upgrading these versions.” However, I’ve verified multiple times that: TLS 1.0 and 1.1 are completely disabled on our servers. Only TLS 1.2 and 1.3 are enabled for all inbound and outbound HTTPS traffic. The backend (Node.js / NestJS) runs behind a reverse proxy with strict SSL configuration. We’ve attached full configuration and connection test screenshots in our reply to the Marketplace team as proof, but the review still failed. I’d really appreciate if anyone from the Zoom team or community could help clarify: How does Zoom test or verify TLS protocol versions during app security review? Could there be any specific endpoint or redirect Zoom checks that might cause this false flag? Has anyone else encountered this issue during Beta or Production app review, and how did you resolve it? We’ve been waiting quite a while for this process, so any insight or escalation would mean a lot. Best,
After completing all mandatory requirements and switching the environment to Production, my app failed the Security and Privacy Compliance Review with the following message:
Thanks in advance for your support and time!
Show less
Hello Zoom Developer Support, I’m using a Server-to-Server OAuth app to retrieve past webinar participant data across all users in our Business account. All result in either: HTTP 404 (empty body) or HTTP 400 (for /history_meetings) Zoom Account Type: Business (single account with multiple users, not a master/sub-account structure) App Type: Server-to-Server OAuth PowerShell Client: PowerShell 7.4 on Windows 10 All API requests use: Bearer <access_token> header Token generation via: The app can: Authenticate via OAuth successfully Retrieve all users under the account But the app cannot access any past webinar data, even though: Webinars from January 2025 are visible in the web portal under Reports → Webinar Attendance The host user (***********) has a licensed Webinar plan It seems the /report/webinars endpoint may require a top-level report:read:admin scope that is not automatically available in the Server-to-Server app UI, or the scopes are not being applied at the full account level for non-master accounts. Does /report/webinars require the explicit report:read:admin scope (not shown in the Marketplace UI)? For a single Business account (not a master/sub-account), what specific scope or role is needed for the Server-to-Server OAuth app to access /report/webinars and /report/webinars/{webinarId}/participants? Is this limitation expected for Server-to-Server apps, or can Zoom enable full reporting access upon request? We need to export all webinar participant data (name, email, join time, leave time, duration) for all hosts since January 1 2025 into a CSV file for internal reporting. Thank you in advance for any clarification or guidance! Best regards,
The app authenticates successfully and can list all users, but any attempt to call /report/webinars or /report/history_meetings returns an error — even though these webinars clearly exist in the Zoom web portal under “Reports → Webinar Attendance”.Endpoints Tested
GET /report/webinars?from=2025-01-01&page_size=100 GET /report/history_meetings?from=2025-01-01&page_size=100 GET /report/webinars/{webinarId}/participants
Example Response
Requesting token... Token acquired. Expires in 3599 seconds. Retrieving all users under this account... Found 13 user(s) in the account. Retrieving all past webinars since 2025-01-01... WARNING: Zoom call failed: https://api.zoom.us/v2/report/webinars?from=2025-01-01&page_size=100 HTTP Status: 404 Body:
Scopes Configured in App
report:read:list_webinar_participants:admin report:read:list_history_meetings:admin report:read:list_users:admin report:read:webinar:admin report:read:meeting:admin report:read:user:admin report:read:list_webinar_participants:master report:read:webinar:master report:read:user:master user:read:list_users:master
Environment Details
POST https://zoom.us/oauth/token?grant_type=account_credentials&account_id={AccountId}Issue Summary
Questions
Goal
If needed, I can provide request logs or trace IDs for the failing API calls.
Cathy S.
Show less
Hi everyone,
I use zoom in android tablet.
When ı was using zoom sharing page option, ı do not see other participants cam.
There is no any problem in windows system.
How can ı solve this problem?
Thanks.
Does anyone by chance know of an App where Tasks can be submitted to a particular user on zoom and then it can handle repeating and alerting the user to the pending tasks until they take action such as On Hold or completed?
Thanks
I have an issue with my account where I cannot use the zoom App SDK. This is the message I get when I try to enable the Zoom APP SDK Feature: "This feature is not available based on the product you select" Has someone experienced this issue before?
Show less

