Appropriate app type to choose

I am having a client who has an e-learning platform where teachers can host zoom webinars for students. I was asked to integrate the zoom api (both end points to manage webinars from the e-learning platforms and embedded webinars using the meeting sdk).
Now the api end points require oauth token for authorization (end points to create/update/delete webinars) so i did that part with the server to server oauth app type, but the meeting sdk requires the sdk app type. so i couldn’t figure which app type to choose, or should i use both ?

@ilybenh1 ,

yes you will need to use both

1 Like

thank you for your answer

1 Like

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