Description
i am using API for create new meeting that is retuning newly created meeting data with all fields or id. but when i try to get that data form https://api.zoom.us/v2/users/Lay----mw/meetings?page_size=2&page_number=24
why it is not coming in this list.
Error
no error
Which App Type (OAuth / Chatbot / JWT / Webhook)?
i am using JWT token.
https://api.zoom.us/v2/users/Lay-----yyVn_QE0FTgmw/meetings?page_size=2&page_number=24
Which Endpoint/s?
How To Reproduce (If applicable)
my body of create new meeting …
{
"topic": "angular 1",
"type": 1,
"start_time": "2020-02-15T12:26:00",
"duration": "30",
"password": "123456",
"timezone": "Asia/Kolkata",
"agenda": "pankaj test",
"settings": {
"host_video": 1,
"participant_video": 1,
"in_meeting": 1,
"join_before_host": 0,
"mute_upon_entry": 1,
"watermark": 1,
"approval_type": 2,
"audio": "voip"
}
}