Joining meetings without zoom login
I created an app on app marketplace and it a general app and I use its Client ID and Client Secret to make user from my web react app to join zoom meetings using zoom web SDK(I created signature using my backend endpoint). Is there a way to make users join meeting from any account using meeting id and meeting passcode without login to their zoom accounts (Using my created general app)?
I have a problem: when I create a meeting from the same account I created the general app on it user able to join the meeting successfully but when I create a meeting from another zoom account it does not join the meeting.
I make sue that Enable waiting room and Only allow authenticated users are disabled.
Please note that each user has a username passed to the meeting and the role is set to 0 (attendee)
Show less