-
Notifications
You must be signed in to change notification settings - Fork 828
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
110 token is invalid #155
Comments
Can you give an example of your token? |
Thanks its working fine now |
I am getting a 110 Invalid token error in My android app while generating tokens. private fun generateRTCToken(): String{ App Id: de9e6e9c2e87409e849ebd109a0e9eb0 Generated Token : 006de9e6e9c2e87409e849ebd109a0e9eb0IACFUIehc2XIGs2h9rT5HSeV5F3IFr0iXt+JkoL9ZdZej3b05vt6SoaNIgCpqK3HmrQIYQQAAQBqqQdhAgBqqQdhAwBqqQdhBABqqQdh error message: onError code 110 message The Token is invalid |
Hello, @Nithinjith the token is working fine but the problem is when you are creating join channel you need to generate token for different user id and they can join within same channel name but your generated tokens are different. |
You can check from this following link and also you need to pass your generated tokens with their user id https://webdemo.agora.io/agora-web-showcase/examples/Agora-Web-Tutorial-1to1-Web/ |
As far as I know, I am getting a NO_AUTHORIZED error from the given portal console. Is there any API available to authenticate my domain users? |
@Nithinjith i think you need to generate this tokens from your server and agora can't provide any API for authentication. This tokens are working fine for me |
I'm getting "110 token is invalid" but when I created from agora console (agora temp token is working) and when I created from source code example of PHP.
-appid
-app certificate
-channelName
-uid
===>I'm using 'Token with int uid: '
how to implement join channel from android side
The text was updated successfully, but these errors were encountered: