概述
yangipcclient新增react native版本sdk和demo,可同时适配移动端android/ios,为提升rtc性能,视图采用最底层的Surface/UIView,所有rtc处理都用C++/Object C实现,开发者只需要使用javascript二次开发即可。
下载
https://github.com/metartc/yangipcclient/releases/tag/v8.0-b0
https://gitee.com/metartc/yangipcclient/releases/tag/v8.0-b0
或者git下载
//github
git clone https://github.com/metartc/yangipcclient
//gitee
git clone https://gitee.com/metartc/yangipcclient
环境搭建
Dependencies
- nodejs 版本: 18
- react-native 版本: 0.73.11
- react-native-permissions 版本:5.4.4
编译运行
//搭建
npx @react-native-community/cli init yangipcclient8 --version 0.73
npm install react-native-permissions@5
//运行
npm run android
npm run ios