Post API https://api.zoom.us/v2/users/{user_id}/meetings
request body
{
“created_at”: “2019-10-03T13:10:00”,
“duration”: 60,
“settings”: {
“approval_type”: 2,
“audio”: “both”,
“auto_recording”: “local”,
“close_registration”: false,
“cn_meeting”: false,
“enforce_login”: false,
“host_video”: false,
“in_meeting”: false,
“join_before_host”: true,
“mute_upon_entry”: false,
“participant_video”: false,
“registrants_confirmation_email”: true,
“use_pmi”: false,
“waiting_room”: false,
“watermark”: false
},
“start_time”: “2019-10-03T13:10:00”,
“timezone”: “Asia/Calcutta”,
“topic”: “Lattice API Test”,
“type”: 1
}
response
{
“page_count”: 1,
“page_number”: 1,
“page_size”: 30,
“total_records”: 1,
“meetings”: [
{
“uuid”: “hBY/2lAWT5mRcESE3LY5Wg==”,
“id”: 339700797,
“host_id”: “_SZM7AwTSQ2HqKfnxfcDvw”,
“topic”: “My Meeting”,
“type”: 2,
“start_time”: “2019-09-27T06:30:00Z”,
“duration”: 60,
“timezone”: “Asia/Calcutta”,
“created_at”: “2019-09-27T05:48:12Z”,
“join_url”: “https://zoom.us/j/339700797”
}
]
}
Issue
in response below value is not updated
type, topic, created_at, start_time