Afaque Jaya
Afaque Jaya
Device Name ; Poco F1 Android 10 It only compress below 1min video & video also not get played What is the max size of the video that can be...
I am adding temp token then also giving error of **"LOGIN_ERR_INVALID_TOKEN"** , as i am integrating Live chat Followed this Code : https://github.com/AgoraIO/RTM/tree/master/Agora-RTM-Tutorial-Android still getting **"LOGIN_ERR_INVALID_TOKEN"**
> As you can see: > > ```java > /** > * API CALL: login RTM server > */ > private void doLogin() { > mIsInChat = true; > mRtmClient.login(null,...
wow.. means creating API to get tokens for all different users is a must it cant work with only temp token...!
> In case you are using the temporary token generated from agora console, actually it can't be used for login RTM. You could try to create a new project without...
> I downloaded android sdk version 1.2.2 from https://docs.agora.io/en/Real-time-Messaging/downloads Sample android project at: https://github.com/AgoraIO/RTM When compile sample project and integrate with sdk, i got error cannot find symbol: > >...