Hi There,
I am trying to create new meeting through Postman. Here is the call details:
POST {{baseUrl}}/users//meetings
Body:
{
“topic”: “Daily Session of 2021-04/SKG/002/B1100”,
“type”: “8”,
“start_time”: “2021-04-19T17:00:00Z”,
“duration”: “75”,
“schedule_for”: “Daily Class”,
“timezone”: " Asia/Kolkata",
“password”: “string”,
“agenda”: " Daily Class",
“recurrence”: {
“type”: “1”,
“repeat_interval”: “90”,
},
“settings”: {
“host_video”: “false”,
“participant_video”: “false”,
“cn_meeting”: “false”,
“in_meeting”: “true”,
“join_before_host”: “false”,
“mute_upon_entry”: “true”,
“watermark”: “false”,
“use_pmi”: “false”,
“approval_type”: “false”,
“registration_type”: “1”,
“audio”: “cloud”,
“auto_recording”: “both”,
“enforce_login”: “false”
}
Getting following error
<title>Error - Zoom</title>
500 Internal Server Error - A generic error message, given when no more specific message is suitable.