Twillio Migration

We are migrating our solution from Twillio Platform to Zoom Platform due to the recent changes in their operational policy. I have explored Video SDK, Meetings SDK however, I am not sure which SDK to be considered and integrate to our platform.
Our platform is very simple its an open marketplace that connects experts and clients depending on the job requirement and vice versa.
My use case is very simple in Twillio,

  1. Host schedules a meeting from within our web app
  2. Guest receives an email with the meeting URL or copy the meeting URL
  3. Start an Instant Meeting / Schedule a Meeting for Later
  4. We need to control the minutes consumed, maximum participants, email invites, waiting room, co-hosts, cloud recording to our AWS platform.

Which SDK would be a great fir for this one, I did see the developer API but i am not able to find the parameters here to capture. Can someone explain what to use and the relevant documentation as well.

Thank you in advance.

Hey @satskmr.d ,

If you want to keep your existing UI you should use Zoom Video SDK. You will just have to swap out some JavaScript as shown in our migration guide:

You can also record directly to AWS or move the recordings from Zoom cloud to AWS using our APIs and webhooks.

If you wanted to change your user experience to embed a pre built Zoom Meetings experience, you could use the Meeting SDK, but typically folks migrating from Twilio choose the Video SDK.

Best,
Tommy