react-native-agora - callApi RtcEngine_initialize {"context":{"appId":"xxx"}} Invariant Violation: Calling synchronous methods

144 views Asked by At

i got task to implement voice calling using react-native-agora, i have try the documentation instruction https://docs.agora.io/en/voice-calling/get-started/get-started-sdk?platform=react-native

and this example https://github.com/AgoraIO-Extensions/react-native-agora/blob/main/example/src/examples/basic/JoinChannelAudio/JoinChannelAudio.tsx

but still, i get an error like this

callApi RtcEngine_initialize {"context":{"appId":"xxx"}} Invariant Violation: Calling synchronous methods

"react-native-agora": "^4.2.1", "react-native": "0.68.0",

0

There are 0 answers