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.
2025-06-23 09:56 AM
Hello Zoom Community,
I am building a C++ application that:
Automatically joins scheduled Zoom meetings (using the Zoom C++ SDK).
Acts as an in-meeting speech translator, capturing audio, translating in real time, and playing back the translated speech.
Programmatically join a meeting with a pre-defined display name (e.g. “MyBotTranslator”).
Once joined, immediately start the translation workflow without any manual intervention.
Although I pass the correct display name to the SDK’s joinMeetingWithParams call, Zoom still pops up the “Enter your name” dialog instead of using my name.
Because the name-entry window can’t be controlled by code, the join process never proceeds automatically.
Verified the name parameter is correctly set when calling the SDK.
Tested both JWT and OAuth authentication flows.
Compared against Zoom’s C++ sample apps (which only work when you manually type a name).
Searched the SDK docs for flags or config options to suppress the name prompt.
Expected: Bot joins instantly with the given display name, then begins translating.
Actual: Zoom stops and waits for manual name entry in the UI dialog.
2025-06-23 03:48 PM
You may want to bring this to the Zoom Developers Forum instead of this group as it pertains more to general Zoom Marketplace App issues.
The developer forums can be found at:
https://devforum.zoom.us/