While creating meeting, i am passing following json
{
“topic”: “Discussion”,
“type”: “1”,
“start_time”: “10:00”,
“duration”: “30”,
“schedule_for”: “”,
“timezone”: “Asia/Kolkata”,
“password”: “Shework@12”,
“agenda”: “For Further discussion”,
“recurrence”: {
“type”: “1”,
“repeat_interval”: “1”,
“weekly_days”: “Sunday”,
“monthly_day”: “1”,
“monthly_week”: “1”,
“monthly_week_day”: “1”,
“end_times”: “1”,
“end_date_time”: “2020-06-14T10:21:57”
},
“settings”: {
“host_video”: true,
“participant_video”: true,
“cn_meeting”: “China”,
“in_meeting”: “India”,
“join_before_host”: true,
“mute_upon_entry”: true,
“watermark”: true,
“use_pmi”: true,
“approval_type”: “0”,
“registration_type”: “1”,
“audio”: “both”,
“auto_recording”: “local”,
“enforce_login”: true,
“enforce_login_domains”: “vrushali.k@itstelemerge.com”,
“alternative_hosts”: “vrushali.k@itstelemerge.com”,
“global_dial_in_countries”: [
“India”
],
“registrants_email_notification”: true
}
}
But I am getting error
{
“code”: 300,
“message”: “Request Body should be a valid JSON object.”
}
Please help me in solving this