跳到主要内容

导入 SDK

  1. 在项目工程目录下运行如下命令:

    npm install @rongcloud/react-native-rtc
    npm install @rongcloud/react-native-im-wrapper
  2. 在代码中导入 RTC SDK:

    import { RCRTCEngine } from '@rongcloud/react-native-rtc';
    import { RCIMIWEngine } from '@rongcloud/react-native-im-wrapper';

    如果需要使用 react-native-rtc 中的其他数据结构,如

    import {
    RCRTCMediaType, RCRTCRole, RCRTCRoomSetup
    } from '@rongcloud/react-native-rtc'

版本依赖说明

依赖 SDK版本
IMLib5.2.4
RTCLib5.1.17