Zoom iOS SDK schedule a meeting with access token

Hi Team,

I want to schedule a zoom meeting with access token. So here I don’t want to ask the user to log in.

Just after getting access token with the help of API key and API secret key I am trying to schedule a meeting but here I don’t see any way.

however I am able to create a meeting with access token, so here log in is not required. In same way I want to schedule a meeting.

Zoom iOS SDK version - v4.6.21666.0428

Hi @devesh.g.kumar,

Thanks for using Zoom SDK. If you would like to schedule a meeting using Zoom API, you could follow the instruction here to communicate with Zoom Rest API:https://marketplace.zoom.us/docs/api-reference/using-zoom-apis, and you could use the following to schedule a meeting: https://marketplace.zoom.us/docs/api-reference/zoom-api/meetings/meetingcreate

Once you have scheduled the meeting, you could pass the required information to the SDK interfaces to join/start the meeting.

Hope this helps. Thanks!