Detalhes do pacote

agora-react-native-rtm

AgoraIO-Extensions3.4kMIT2.2.4

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

react-native, agora, rtm, realtime

readme (leia-me)

agora-react-native-rtm

npm npm npm npm

This SDK takes advantage of React Native and Agora RTM SDK on Android && iOS.

Release Note

Changelog

Installation

Installing (React Native >= 0.70.0)

Install agora-react-native-rtm(^2.2.3):

```shell script yarn add agora-react-native-rtm


or

```shell script
npm i --save agora-react-native-rtm

Go to your ios folder and run:

```shell script pod install


## General Usage

```typescript
import { createAgoraRtmClient, RtmConfig } from 'agora-react-native-rtm';

const engine = createAgoraRtmClient(
  new RtmConfig({
    userId: Config.uid,
    appId: Config.appId,
  })
);

Doc

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT

changelog (log de mudanças)

2.2.4 (2025-07-09)

2.2.4-rc.1 (2025-07-03)

Features

2.1.12 (2024-06-28)

Bug Fixes

  • fix issues when use rtc together (#12) (34b3c4c)

Features

2.1.7 (2023-12-06)

Bug Fixes

Features

  • add api default values (1e49ff8)
  • example: add publishByBuffer button (d267a03)
  • example: add getOnlineUsers and getUserChannels (#4) (2bc1363)
  • example: add sent status when send message (e3cf466)
  • example: joinstreamchannel (6cc0aed)
  • example: Presence (#2) (0f347b3)
  • example: publishTopicMessage (a39b930)

Performance Improvements

  • example: add log sink and some new cases (#7) (94e4fd0)

2.2.3-dev.1 (2025-04-17)

2.1.12 (2024-06-28)

Bug Fixes

  • fix issues when use rtc together (#12) (34b3c4c)

Features

2.1.7 (2023-12-06)

Bug Fixes

Features

  • add api default values (1e49ff8)
  • example: add publishByBuffer button (d267a03)
  • example: add getOnlineUsers and getUserChannels (#4) (2bc1363)
  • example: add sent status when send message (e3cf466)
  • example: joinstreamchannel (6cc0aed)
  • example: Presence (#2) (0f347b3)
  • example: publishTopicMessage (a39b930)

Performance Improvements

  • example: add log sink and some new cases (#7) (94e4fd0)