Description/Error
I attempted to get the join_url
for a user on my platform so they don’t need to enter their name when entering a meeting. I used the API for adding a registrant located here - https://marketplace.zoom.us/docs/api-reference/zoom-api/meetings/meetingregistrantcreate
What I got was a error message that says:
{“code”=>200, “message”=>"Only available for Paid user: "}
Does this endpoint not function for my free tier account? How do I get a free API trial (I saw there is a option for this).
Thanks!
How To Reproduce (If applicable)
Steps to reproduce the behavior:
- Be on a free account
- Try the add a registrant and an existing scheduled meeting.