I need to make a solution in which my client can use to create meetings, rooms, and webinars using my portal but on Zoom using its SDK. Is this possible or I need to call Zoom APIs for this.
Also, I think Oauth2 is suitable for this requirement, JWT will not work here because here I need to create meetings, rooms, and webinars using the client’s account. Am I right?