Integrating Zoom meeting sdk in react app

Hello,

I am working on integrating zoom meeting sdk in react app and the signature for meeting sdk is generated from java Backend.

Usecase:
user1 set meetingid and pwd in my apps
user2 will start the zoom meeting from my apps via browser

user1 will start from zoom via apps

after starting zoom by user1, we found 2 cases:
Case1:
if user1 doesnot start the zoom app, then user2 will be in waiting lobby.
after starting zoom by user1, then i am getting following mention user.

Case2
If the user1 already started the zoom apps and user2 open the meeting via my apps then shown the following error message immediately.

Error:
Joining Meeting Timeout or Browser restriction To join a meeting hosted by an external Zoom account, your SDK app has to be published on Zoom Marketplace. You can refer to Section 6.1 of Zoom's API License Terms of Use

Am i missing some configuration step?

Please help for fixing this issue.

hi @Suresh1

Welcome to the forum

if user1 is setting the meeting then they should start it as the owner.

you should be creating this in development mode.
You can only publish after being approved by zoom.

All the best

John

@expertswho, Really Appreciate for your response.

So, if there present multiple user1, then all the user1 need to be in development mode and publish the app created from maketplace?

And then the user2 (participant can join the meeting hosted by user1).

Is my understanding correct?

hi @Suresh1
You create you app in development mode.
Any user within your account domain can make use of the app for development purposes.
You can share the app within any accounts made in your zoom account.
Feel free to make extra free users if needed.

all the best

John

1 Like