I’m a newer to integrating with Zoom SDK.
We already had some existing user accounts. We want our users to login in our own app first and start or join meeting through Zoom SDK using the same username.
But after reading SDK documents, I can’t find a clear explanation about this.
I found the loginWithEmail or loginWithSSO method in iOS SDK’s header files, but it seems not suitable for our situation.
Can anybody tell me how to handle this?