react-native-agora
react-native-agora copied to clipboard
React Native around the Agora RTC SDKs for Android and iOS agora
Hi! I am trying to follow the tutorial from https://www.agora.io/en/blog/building-a-video-calling-app-using-the-agora-sdk-on-expo-react-native/ with expo 44. When running I get an error:  I tried downgrading to expo 42, and it did not...
We are using react-native-agora sdk v3.6.2 and our app is currently targeting sdk 31. on android 12 devices, whenever the user connects on voice call via bluetooth, the audio is...
*Agora Version* - "react-native-agora": "^3.7.1", - "react": "17.0.2", - "react-native": "0.67.0", `> Task :react-native-agora:compileDebugKotlin FAILED w: Runtime JAR files in the classpath should have the same version. These files were...
I am setting up jest in my project and get this error: `TypeError: Cannot read property 'prefix' of undefined at Object. (node_modules/react-native-agora/lib/src/RtcChannel.native.js:10:38) at Object. (node_modules/react-native-agora/lib/src/RtcEngine.native.js:3:1)` Do you have a mock...
Hello all, we are using, react-native: 0.66.4 react-native-agora: 3.7.0 We have successfully implemented screen sharing with this await RTCEngine.startScreenCapture({ captureAudio: true, captureVideo: true, videoParams: { bitrate: 1800, frameRate: 24, width:...
This should solve issue: https://github.com/AgoraIO-Community/react-native-agora/issues/496
We have implemented agora call between react-native mobile and web side. While call there is echo on the web app. But it occurs only when the call is made between...
When trying to build for the iOS simulator, we see the following error: ``` ❌ ld: building for iOS Simulator, but linking in dylib built for iOS, file '/var/folders/zl/w7170jkx3_d5dvf8gvscv_b40000gn/T/eas-build-local-nodejs/d7da0d3d-98b3-4baf-98c2-1a155c538ccc/build/client/ios/Pods/AgoraRtm_iOS/AgoraRtmKit.framework/AgoraRtmKit' for...
Error: ``` Error: android:exported needs to be explicitly specified for . Apps targeting Android 12 and higher are required to specify an explicit value for `android:exported` when the corresponding component...
- react-native: `0.67.4` - react-native-agora: `3.7.0` After I upgraded react-native-agora from v3.6.2 to v3.7.0 the `NetworkQuality` event always reports Detecting(8) on both txQuality and rxQuality for uid(0). This was working...