We originally did our integration with JWT app type which allowed us to do everything we need. Prior to the changes being introduced this month, with Web SDK being made user-level OAuth, it looked like it would be pretty close to the old stuff and only minor changes would be needed. With the Feb 2023 changes this appears to be a lot more complicated for us.
Currently it looks like we’re going to need at least two different app types to do everything we need, one Web SDK App to start/join the Web Meetings. Since this is user level it doesn’t seem like it will let us manage users or check zoom for the existence of users on an account.
So it appears we will need a server to server OAuth app type as well to do our more generic account level stuff.
Can you confirm this? Is it possible to use the Web SDK with just the Server to Server OAuth? Or are we going to need to do both to retain all the Web & API functionality/access we had previously?
As a side note the documentation for this is kind of messy. It feels like a maze of links to different articles and the main articles have not been adequately updated with new terminology, screenshots, etc. This makes the overall upgrade process more difficult to follow and conceptualise.