Open wbmcircle opened 3 months ago
Please provide logs that show the crash.
What kind of log I should show you?
Let me show you some logs that may help you.
@saghul Please let me know if these logs can help to solve my problem. Thank you
They don't, sorry. The only error there seems related to GMS and happens in another process, not the app.
What RN SDK version are you using? Do you get a red screen?
"@jitsi/react-native-sdk": "^2.2.1",
"react-native": "0.68.2",
I don't see red screen
Thank you for your answer. When I click hangup button before enter another side, app still loading(mentioned mobile image).
When integrating Jitsi SDK in a React Native app, if the app crashes when you click hangup after inviting someone to a call and before they join the meeting, there could be several reasons:
Inconsistent State: When you invite someone to a meeting, the Jitsi SDK enters a state of waiting for the other person to join. If you hang up before they join, it might lead to an inconsistent state, causing a crash.
Event Listeners Not Cleaned Up: If you click the hangup button, and the event listeners related to the meeting are not properly cleaned up or removed, it might lead to memory leaks or crashes.
Internal SDK Error: There might be unhandled errors or bugs within the Jitsi SDK that do not handle the hangup operation correctly in this specific situation.
Concurrency Issues: Handling multiple operations simultaneously (like inviting a user and hanging up) without proper synchronization mechanisms might cause concurrency issues, leading to crashes.
I saw this, but didn't find solution.
"@jitsi/react-native-sdk": "^2.2.1", "react-native": "0.68.2",
I don't see red screen
You are way behind with @jitsi/react-native-sdk. Please try updating to latest, which is 10.0.0. Also, please consider following this guide so you don't miss important updates. https://jitsi.github.io/handbook/docs/dev-guide/dev-guide-react-native-sdk
Hello team how are you? Could you please help me to solve react native sdk problem? I'm using
import { JitsiMeeting } from '@jitsi/react-native-sdk';
. If any side who click hangup on jitsi meeting page of app before both of them enter meeting room, app will crash. then I should re-install the app. I attached my screens. ``
Looking forward to hearing from you. Thank you