Using Oauth vs WebSDK

I currently have two different Apps: one OAuth app and one WebSDK app.

The functionality for the OAuth app is a simple app that views and create meetings. The WebSDK only has the functionality of joining/starting existing meetings.

I have a couple of questions:
1.) Since the WebSDK has its own set of OAuth credentials for starting meetings, is there any reason for me to separate the two apps? Could I just add the functionalities of the OAuth app to the WebSDK app?
2.) If I wanted to publish the apps, would I have to send approvals for both sets of apps? Would there be any issues with having two separate apps from the same organization?

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