-
Notifications
You must be signed in to change notification settings - Fork 240
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
React native jitsi meet sdk hang up #244
Comments
Please provide logs that show the crash. |
What kind of log I should show 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? |
I don't see red screen |
Thank you for your answer. |
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. |
You are way behind with @jitsi/react-native-sdk. Please try updating to latest, which is 10.0.0. |
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
The text was updated successfully, but these errors were encountered: