The user created with Api can login from iOS application with zpk or token key.

Hi;

We create a meeting with Api and include the user. We want to log in to the iOS sdk with the token that is generated for this user. When we enter the parameters as shown in the joinmeeting, we can not log in.

 

Waiting for your help.

Hi Mystafa,

In order to log in, you need to use email address and password, not token. Please take a look at the following API in the sample:

  • (void)onMobileRTCAuthReturn:(MobileRTCAuthError)returnValue

Best