React-Native-SDK icon indicating copy to clipboard operation
React-Native-SDK copied to clipboard

React Native Beta wrapper around the Agora RTC SDKs for Android and iOS

Results 10 React-Native-SDK issues
Sort by recently updated
recently updated
newest added

2019-09-05 10:49:55.163 26484-26518/com.rnapi D/ReactNative: ReactInstanceManager.attachRootViewToInstance() 2019-09-05 10:49:55.447 26484-26517/com.rnapi I/ReactNativeJS: Running application "RNapi" with appParams: {"rootTag":1}. __DEV__ === false, development-level warning are OFF, performance optimizations are ON 2019-09-05 10:49:55.513 26484-26484/com.rnapi E/art:...

On peer left channel i'm expected onUserOffline event to be triggered. ` RtcEngine.on("userOffline", data => { console.log("[RtcEngine] onUserOffline", data); }); ` But event not been triggering , onUserJoined event works...

After call connection, local view hides when remote view renders. this happens only with Android version greater than 7.0

Flutter SDK有支持的路标 https://github.com/AgoraIO/Flutter-SDK/issues/2, 请问React-Native目前的状态是什么,路标是什么? 另外,如果用react开发web app,agora有相关的npm package做sdk吗?

I keep getting this issue when running the demo app: 'Object prototype may only be an Object or null'. It's in the `AgoraRtcEngineModule.js` file on line 3. I get the...

Can we have a detailed documentation to explain how to setup AgoraIO-RNSDK? I tried to install the iOS SDK at my project following the instructions and it did not work....

"react": "16.6.3" "react-native": "0.57.8" agora SDK 2.3.1 安卓8.1 安卓7.0 测试

I can't seem to get remote videoview to render properly to my UI View. I can hear the audio and clientRole, joinchannel callback also success but can't seem to render...

AgoraModule.java:620: error: method does not override or implement a method from a supertype @Override ^ Note: AgoraModule.java uses or overrides a deprecated API. Note: Recompile with -Xlint:deprecation for details. 1...