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