Create Meeting using API

Description
I am trying to create a new zoom meeting using api via asp.net.

Error

500 - Internal server error

Which App Type (OAuth / Chatbot / JWT / Webhook)?
OAuth

500 - Internal server error

Code sample

{
“topic”: “Nebal Test”,
“type”: “2”,
“start_time”: “2020-07-31T11:02:00Z”,
“duration”: “60”,
“timezone”: “Asia/Beirut”,
“password”: “12345asd”,
“agenda”: “Testing”,
“settings”: {
“host_video”: “true”,
“participant_video”: “true”,
“cn_meeting”: “false”,
“in_meeting”: “false”,
“join_before_host”: “false”,
“mute_upon_entry”: “false”,
“watermark”: “false”,
“use_pmi”: “false”,
“approval_type”: “2”,
“registration_type”: “1”,
“audio”: “both”,
“auto_recording”: “none”
}
}

Hey @nebal,

What is the request url you are using, and the error returned from Zoom?

Thanks,
Tommy

Hi @Tommy Gaessler via Zoom Developer Forum

Thank you very much for your response, the issue has been sorted out.

1 Like

Hey @nebal,

Happy to hear you got it working! :slight_smile:

Thanks,
Tommy

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