I am creating an online teaching app where my users may not be zoom user. I want to use zoom for video conferencing but when I pass a non-zoom user email to this it gives me a user not found. Any solution?
using the latest version from sample SDK downloaded yesterday
https://api.zoom.us/v2/users/mirza@avantari.org/token
{
"code": 1001,
"message": "User does not exist: mirza@avantari.org."
}
