Simple code to join a meeting (like to redirect a Zoom link)?
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.
Show less