Agora-Flutter-RTM-SDK
Agora-Flutter-RTM-SDK copied to clipboard
Flutter wrapper around the Agora Real Time Message SDKs for Android and iOS
cannot find symbol flutterEngine.getPlugins().add(new io.agora.agorartm.AgoraRtmPlugin());
I am trying to make an agora live stream and this error is ocure Unhandled Exception: login failed errorCode:5 AgoraRtmClient.login (package:agora_rtm/src/agora_rtm_client.dart:229:7)
https://docs.agora.io/en/agora-chat/landing-page?platform=iOS As far as I understand, Agora is transitioning to the new Chat API from the RTM API. When can we use Chat API in Flutter? Is there a repo...
很显然,当前版本(agora_rtm: ^1.1.1)下,setLocalUserAttributes 方法不可用
i have used the example code for Flutter to create messaging but am always getting error code 5.
Unhandled Exception: login failed errorCode:5 E/flutter (26921): #0 AgoraRtmClient.login (package:agora_rtm/src/agora_rtm_client.dart:229:7) E/flutter (26921):
Hello - i know it came up months ago the question on flutter web support. Are there any updates related to this? Is it being worked on now? (or will...
Hi, I'm wondering if agora rtm supports shooting a banner notification to user B when user A sends a message to user B. Or is there any documentation related to...
Only happens when using WiFI on iOS. If I switch off WiFI and use cellular data, it is able to create the instance perfectly. May I know is internet issue...
Hello, I'm looking at the latest Android and IOS API and I see subscribePeersOnlineStatus and unsubscribePeersOnlineStatus methods but not on Flutter-RTM. Is there any scheduled update to the Flutter RTM?