You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to login into the app using anystring as user name but am getting a LOGIN_ERR_INVALID_TOKEN.
Looking into the code and the api reference, it says that the first parameter for the login funciton should be null during integration or testing, which is the case by default in the android code. Still I get LOGIN_ERR_INVALID_TOKEN.
I tried using https://webdemo.agora.io/token-builder/ to get a token. But I am not sure what certificate and uid to use. I tried using the primary certificate and a randon string for uid but it doesn't work.
I need guidance regarding this.. Thanks in advance.
The text was updated successfully, but these errors were encountered:
I am trying to login into the app using anystring as user name but am getting a LOGIN_ERR_INVALID_TOKEN.
Looking into the code and the api reference, it says that the first parameter for the login funciton should be null during integration or testing, which is the case by default in the android code. Still I get LOGIN_ERR_INVALID_TOKEN.
I tried using https://webdemo.agora.io/token-builder/ to get a token. But I am not sure what certificate and uid to use. I tried using the primary certificate and a randon string for uid but it doesn't work.
I need guidance regarding this.. Thanks in advance.
The text was updated successfully, but these errors were encountered: