agora-react-native-rtm icon indicating copy to clipboard operation
agora-react-native-rtm copied to clipboard

React Native around the Agora RTM SDKs for Android and iOS agora

Results 34 agora-react-native-rtm issues
Sort by recently updated
recently updated
newest added

Hi there, using "agora-react-native-rtm": "1.5.0", when listening to 'ChannelMessageReceived' using "client.addListener" the callback has only the message payload, although if I use "client.on(ChannelMessageReceived....", the callback has also the channel id,...

I got iOS build error on M1 processor after adding this package. > 2022-06-13 19:22:45.815 xcodebuild[35335:5833960] Requested but did not find extension point with identifier Xcode.IDEKit.ExtensionSentinelHostApplications for extension Xcode.DebuggerFoundation.AppExtensionHosts.watchOS of...

Hi. I am using agora-react-native-rtm and I am having trouble with accept remote invitation on iOS devices. Basically if i have 2 phones and I use iOS to call and...

Hello all, we are using "agora-react-native-rtm": "^1.5.0", in react native and in "agora-web-sdk": 1.5.0 in web so it creates issue like invalid parameter to communicate between cross platform can you...

Hi there, The native RTM sdk does support sending file and image messages. May I ask if we have a plan to support that feature in RN as well? Thanks.

enhancement

I have just downloaded the project and followed setup steps as instructed, but unable to run the project getting below error. **bundling failed: Error: Unable to resolve module `@babel/runtime/helpers/interopRequireDefault` from...

I have a modal popup - On that, I have a cancel call button - When tapping on it - the following code is executed - and the app crashes...

``` "agora-react-native-rtm": "^1.5.0", "react": "17.0.2", "react-native": "0.66.4", RemoteInvitationAccepted--- {"callerId": "2", "channelId": "", "content": "", "hash": 105553150592080, "state": 4} RemoteInvitationRefused--- {"callerId": "2", "channelId": "", "content": "", "hash": 105553150623984, "state": 3} ```...

React native github example project when we try to run this project We are trying to login with random UID and connect with Agora APP id in sandbox account. Its...

Hi there, I am having an issue logging in to agora when using LTE connection on IOS. While searching i found this post https://stackoverflow.com/questions/69095140/agora-rtm-login-getting-a-timeout-error-code-9 on stack overflow, I was just...