Maintenance is being performed on Zoom's support site on November 4 that may cause support impact. For more information, please click here.
Everything you need to work together, all in one place.
Explore Zoom One's Collaboration ToolsConnect virtually from anywhere with Zoom Meetings
Collaborate together with Zoom Chat
Call the world with Zoom Phone
Create and brainstorm with Zoom Whiteboard
Rich conversation analytics to improve sales
Send and receive messages and calendar invitations
Bring fluid interactions to hybrid teams with Zoom Huddles
Remove the hassle of traditional scheduling with Zoom Scheduler
Innovative video solutions for every meeting space.
Bring meeting spaces online with Zoom Rooms
Conference Room Connector links existing rooms to Zoom
Innovative solutions for every space
Solutions to host impactful virtual and hybrid experiences.
Find a Solution for Every EventHost hybrid and virtual events with Zoom Events
Elevate your brand with single session events powered by Zoom Sessions
Broadcast at scale with Zoom Webinars
Host and attend classes, group events, and more OnZoom
An omnichannel cloud solution optimized for video.
Engage customers with Zoom Contact Center
Deliver intelligent support with conversational AI
Optimize contact center agent performance and engagement
Zoom solutions elevate collaboration across vertical use cases.
Discover Zoom Industry SolutionsEnabling exciting new ways to teach, learn, and connect globally
Transforming client engagement and employee experiences
Improving collaboration between agencies, ministries and constituents
Connecting care, collaboration, and medical innovation
Real-time communication, anywhere in the world
Bridging the in-store and online experiences
Expert support and services for all your design, strategy, implementation, event, and hardware needs.
Global Services
Hardware purchase and subscription options
Flexible subscription plans for hardware
Protect certain data at rest with your own encryption keys
An open platform that allows developers to build Zoom apps and integrations.
Explore thousands of apps that work with or within Zoom
Documentation for building with Zoom's technology using SDKs, APIs, and webhooks
Post your questions and get help from our developer community
Zoom Partners bring Zoom's communications platform to market through alliance, sales, and service partnerships.
Explore Zoom's technology ecosystem
Find a trusted Partner
Learn about Zoom's Partner Programs
Access marketing & sales resources
Login to the Partner Portal and click 'Learn'
Discover new ways to use Zoom solutions to power your modern workforce.
Access expert-led tutorials on Zoom products and features.
Network with other Zoom users, and share your own product and industry insights.
Get documentation on deploying, managing, and using the Zoom platform.
Keep your Zoom client up to date to access the latest features.
Download CenterDownload hi-res images and animations to elevate your next Zoom meeting.
Browse Backgrounds2021-07-02 09:25 AM
I've found all sorts of complicated information about registering for and using the Zoom API with OAuth or JWT to join meetings, but I don't need all these complications! I just want to offer my clients a simple Web address such as "www.nsrusa.org/join" (which I own) and have it act just like the longer address "https://us02web.zoom.us/j/894**255121?pwd=WWdCY21QaDFHQ0**R2RVMFUweWQvdz09". The meeting (which I own) is already scheduled, can be joined anytime, and I don't need to use the restricted browser interface.
Isn't there a one-line way to do this in PHP on my server? A web search didn't help.
2021-07-02 11:54 AM
The only way to use your personal website would be to create a custom page using the SDKs, or create a redirect to Zoom using the parameters of the call. It is possible, however, to use www.zoom.us to join meetings with the basic format you highlighted above. You won't be able to eliminate the meeting id, and you will have to add a passcode if you are using one, but it can easily be generated using PHP.
So if you have meeting id 8452125521 with passcode 'abcdef', you would just generate the URL 'www.zoom.us/j/8452125521?pwd=abcdef' and that would take you to the browser, which in turn would start the client if it is available in order to join the meeting.
2021-07-05 09:45 AM
Hi @david3 ,
While our experts look into helping provide you with support, I suggest that you edit your post above and remove your personal ID number and web URL link, as this could be considered personally identifiable information. I also doubt that you want others to be able to hop on your call (this is a public forum, as stated in our Community Guidelines 🙂).
Thanks, and our SMEs look forward to assisting you!
Alexis