I have a multi tenant app, where i need to validate/configure tenants zoom account and later create meetings for them (with there zoom account) and host meetings within my application.
Any help would be appreciated.
Also would like to know what plan i should purchase with zoom to accomplish this.
Then you can use the Web SDK to have users join the meetings within your web app.
Due note, currently the Web SDK can only start meetings owned by the same account as the JWT App. But it can be used to join any meeting.
As for pricing, if the endpoint requires a paid plan it will mention it on the respective endpoint page. The Web SDK does require a Pro Plan to use however.
Authorization code changes every time for same user
I would need user to give permissions once, and then use his account without navigating to authorization page every time.
Will OAuth take care requests coming from different domains, I mean if tenant1 configured his account with OAUTH app1, then for tenant2 with same OAUTH app1 it should ask to give permissions.