Integrating zoom into my web app. Possible to offload api cost to clients with existing zoom enterprise accounts?

Description
I am integrating zoom into my companies web application and the idea is for customers of our organization to leverage their own enterprise accounts to host the meetings instead of our own api keys. Is this possible?

Error
The full error message or issue you are running into.

Which version?
Knowing the version can help us to identify your issue faster.

To Reproduce(If applicable)
Steps to reproduce the behavior:

  1. Go to ‘…’
  2. Click on ‘…’
  3. Scroll down to ‘…’
  4. See error

Screenshots
If applicable, add screenshots to help explain your problem.

Smartphone (please complete the following information):

  • Device: [e.g. iPhone6]
  • OS: [e.g. iOS8.1]
  • Version: [e.g. 22]
  • Browser:[e.g. Chrome]

Additional context
Add any other context about the problem here.

What I can think of is that when you can simply embed iFrame of zoom and it will promt the users to login and join the meeting. It’s just my suggestion

Hey @awlui.inquiries,

Currently the Web SDK can only host (start) meetings from the same account that owns the JWT App.

The best way to leverage other Zoom accounts is to use OAuth and the start_url and join_url from the Create Meeting API which will use the Zoom Client (App).

Thanks,
Tommy