Creating Zoom Meeting by C# client

Hello,

I am trying to create zoom meeting room from my c# client, the URL I am hitting with POST method is https://api.zoom.us/v2/users/[myuserid]/meetings.

I am receiving this error on client.Execute(request) method
The underlying connection was closed: An unexpected error occurred on a send.

Webhook

https://api.zoom.us/v2/users/[myuserid]/meetings

My request body is
{“topic”:“123-Tester”,“type”:1,“start_time”:“2021-03-31T12:02:00Z”,“duration”:3,“agenda”:“Test Meeting”,“settings”:{“cn_meeting”:false,“in_meeting”:false,“join_before_host”:true,“mute_upon_entry”:true,“use_pmi”:false,“approval_type”:0,“auto_recording”:“cloud”,“registrants_email_notification”:false}}

Hi @tajammul,

Thanks for reaching out about this. In testing your request just now, it looks like there aren’t any issues with the request body itself. Can you try this request out in Postman or cURL and see if you get the same error?

I suspect this is related to the environment from which you’re sending the request.

Let me know—thanks!
Will

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.