Description I create Meeting Using Zoom api in my Asp.net web application. Meeting is created. I can see it in my call log,where join_url also displaying. I need that this join_url store into string and i can send it to attendees.
Screenshots (If applicable)
Hey @apek2109kat,
Not sure if I completely understand the trouble you are running into.
Once you make a successful call to the Create Meeting API, it will return a join_url in the response body that you can share with your users.
Thanks, Tommy