Hello Zoom Support,
I am following up on an issue that was previously raised in 2022 regarding the generation of unique start URLs for alternative hosts using the Zoom API.
Here’s what we are currently doing:
- Creating a Meeting: We are creating a meeting using the Zoom API (
/meetings
). During this step, we specify alternative hosts in the request payload.
- API Reference: Zoom API - Create a Meeting
- Adding Registrants: We are also adding registrants to the meeting using the Zoom API (
/meetings/{meetingId}/registrants
). However, the alternative hosts are not added as registrants.
- API Reference: Zoom API - Add Meeting Registrant
Issue: Back in 2022, we encountered a similar issue where we were unable to generate unique start URLs for alternative hosts. We are still facing this challenge and are unsure how to proceed. Specifically, we need unique start URLs for alternative hosts, but since they are not being added as registrants, we are uncertain which API endpoint or parameters to use.