Agora-Flutter-RTM-SDK icon indicating copy to clipboard operation
Agora-Flutter-RTM-SDK copied to clipboard

Flutter wrapper around the Agora Real Time Message SDKs for Android and iOS

Results 46 Agora-Flutter-RTM-SDK issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** Yes, different sdks version between web (latest 2.1.10) and flutter 1.5.x. **Describe the solution you'd like** The wrapper to use...

This is just a small tweak in `pubspec.yaml`. Once this change is implemented, developers who use this plugin won't be prevented from using new linting features.

Is Windows or MacOS support being actively developed? I currently use RTM to communicate between a server and a mobile app, but am now building a desktop version and cannot...

I receiver remote invitation from server self-created like: `{callerId: 596, content: , response: , channelId: , state: 1, hashCode: 0}` And I receiver remote invitation from RTM SDK like: `{callerId:...

**Describe the bug** App退到后台后被系统迅速挂起,不处理onRemoteInvitationReceivedByPeer回调方法,无法知晓远端来电 **To Reproduce** Steps to reproduce the behavior: 1. [B在前台] A -拨号-> B B正常收到通话邀请 2. [B在后台] A -拨号-> B B端onRemoteInvitationReceivedByPeer方法无回调 **Expected behavior** [B在后台] A -拨号-> B B端onRemoteInvitationReceivedByPeer正常回调...

The RTM flutter module only works over wifi on the same local network, does not work over a cellular network. I thought at first that this was due to the...

**Describe the bug** in method getChannelAttributesByKeys from dart, the attributeKeys was passed as key 'attributeKeys' to native side, but in ios native side, SwiftAgoraRtmPlugin.swift line 237, read keys from wrong...

here is the code `import 'package:flutter/material.dart'; import 'dart:async'; import 'package:agora_rtm/agora_rtm.dart'; import 'package:rtm/logs.dart'; import 'package:rtm/message.dart'; void main() => runApp(MaterialApp(home: MyApp())); class MyApp extends StatefulWidget { @override _MyAppState createState() => _MyAppState(); }...