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}}