Agora-Flutter-RTM-SDK
Agora-Flutter-RTM-SDK copied to clipboard
Flutter wrapper around the Agora Real Time Message SDKs for Android and iOS
We have a project where we have implemented chat using Agora RTM. Is there any way to retrieve AgoraRtmChannel's previous messages?
Hello i am new to agora and i am trying to keep SDK logs for Agora and getting the issue as "invalid file path for libcolorx-loader.so" . can anyone guide...
I just went through code but there is no codes releated to Images & Files whether its under progress or when it can be expected?
So I have an issue when I send an invite and it's accepted. Then when the call is ended If the app is still opened without restarting I call the...
Error output from Xcode build: error: the following command failed with exit code 0 but produced no further output Returns the result of the [loginByToken]([AgoraRtmKit loginByToken:user:completion:]) method call. errorCode: Login...
hi sorry for the dumb question: i have run the code and got to a screen that asks to login. what user id should i input? there is no registration...
Agora Native SDK has been updated to 1.4.0 version, so it also should be update in this project https://download.agora.io/rtmsdk/release/Agora_RTM_SDK_for_iOS_v1_4_0.zip https://download.agora.io/rtmsdk/release/Agora_RTM_SDK_for_Android_v1_4_0.zip
At some point I try to login through RTM but got errorCode: 9 (Which I check is timeout). And sometime this happened not all the time. Is this the SDK...
Currently the API returns state and reason as an integer. It would be more readable to return a `ConnectionState` type and some with reason, so that it can be more...
We have a project where we should implement chat for web and mobile using Agora RTM. We found that Agora RTM is currently missing web support. Are you planning to...