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.
2023-06-13 01:43 PM
I want to use zoom application with multiple environments. There is info that I can use “any” for this: https://developers.zoom.us/docs/integrations/oauth/#using-multiple-environments . I added “any” as subdomain in redirect url (https://any.yourapp.com) in OAuth allow list section of zoom application settings. After that I try to execute next request: https://zoom.us:443/oauth/authorize
&response_type=code
&redirect_uri=https://sub1.yourapp.com
&state=12345
But I ge error: Invalid redirect: https://sub1.yourapp.com (4,700)
I tried do this for test app and for prod zoom app, which was published.
What’s wrong?