Add Description into Zoom meeting Create api

, , , ,

When i am creating meeting and passing the description parameter but not adding into zoom meeting why how to pass this description parameter when i am creating the meeting on zoom.

Hey @pranav.linuxbean,

Thank you for reaching out to the Zoom Developer Forum. If you want to add a description when using the Create a Meeting API, you can use the agenda property:

image

Let me know if that helps.

Thanks,
Max

Okay i will try with that Thankyou so much sir

Yes Its Working Fine Thankyou So much Sir

Can You one more thing how to update zoom meeting my update api not working for update

{
“topic”: “Michael API Test”,
“type”: 2,
“start_time”: “2021-04-24T01:15:00”,
“duration”: 60,
“timezone”: “Asia/Kolkata”,
“agenda”: “My Meeting”
}

Hi @pranav.linuxbean,

Please make sure you’re passing your meeting ID as a path parameter—we don’t support this as a query parameter. It should look like this:
PATCH https://api.zoom.us/v2/meetings/{meetingId}

Thanks!
Will

Okay I got it Thankyou so much sir

Glad I could help! :slight_smile:

One More thing i dynamic passing timezone but its not getting into meeting when i am creating and updating

Hi @pranav.linuxbean,

Is this in reference to the start_time field? How are you passing the value?

Keep in mind that our API will always return start_time in UTC in the API response.

Let me know—thanks,
Will

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.