Hi - I am using the /webinars/{webinarId}/registrants to Register a user for a webinar.
When the registration is successful, join_url returned by the Response follows this pattern: https://[ourSite].zoom.us/j/826464665, but clicking the link opens a new registration page: https://[ourSite].zoom.us/webinar/register/WN_hlonah8gSnSJAn1iLjApMQ.
If I manually register, the follow-up page shows a JoinUrl with the different format: https://[ourSite].zoom.us/w/826464665?tk=dCPJxzK62stZTUXC-MyOYSdnfrcBIg4x7X1RlB3pz98.DQEAAAAAMULZmRZjOG1UcWloOVFYdWdYYzFkSVI1ZkpRAA&uuid=WN_hlonah8gSnSJAn1iLjApMQ. This URLactually triggers the launch of the zoom client.
Is it possible to generate the actual JoinUrl instead of something that launches a registration page?
Thanks,
Nick