Closed JenyaIII closed 9 months ago
Why do you think it's our SDK? I don't see anything in the backtrace which would suggest it. What RN version are you using?
Why do you think it's our SDK? I don't see anything in the backtrace which would suggest it. What RN version are you using?
RN version 0.70.6.
Can you reproduce it when making a Release build of the sample app?
Can you reproduce it when making a Release build of the sample app?
Okay, I'll give it a try and let you know.
Can you reproduce it when making a Release build of the sample app?
In the react-native sample, everything is fine
Then it might be related to some other libraries in your app perhaps? What differences do you observe?
Then it might be related to some other libraries in your app perhaps? What differences do you observe?
I've been catching an error like this - Terminating app due to uncaught exception 'RCTFatalException: Unhandled JS Exception: Error: Should not already be working., js engine: hermes', reason: 'Unhandled JS Exception: Error: Should not already be working.
Dependency versions are the same as Sample App. In the JitsiMeeting component, I use a dynamic host url which I take from the MobX model depending on the app env. I will try to test with static host url.
Ah right. I wouldn't recommend the default behavior of crashing on undhandled exceptions, chances are it's not so bad. You can borrow some code from here to log it and see what the problem is: https://github.com/jitsi/jitsi-meet/blob/5a7a6bf59c3825314a2d82ecbbc42ffdfec4967e/ios/sdk/src/ReactUtils.m#L63
Ah right. I wouldn't recommend the default behavior of crashing on undhandled exceptions, chances are it's not so bad. You can borrow some code from here to log it and see what the problem is:
Thanks, I'll give it a try
@saghul Hi, I updated the RN to the latest version including reanimated to version 3 and everything worked. But ending the call for everyone only works once, I click on the "End for everyone" button and nothing happens.
What do you see in the logs?
What do you see in the logs?
I did not detect any messages in the logs when ending a "for all" call.
CAn you reproduce that behavior in the sample app?
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
The app crashes in IOS when you end a call for everyone.
Description:
The app crashes in IOS when you end a call for everyone in a release build or TestFlight. In Debug build in Xcode be fine. I updated to the latest version of sdk and updated all dependencies as instructed.
Steps to reproduce:
Expected behavior:
The call ends for everyone and the user returns to the previous screen.
Actual behavior:
The application terminates with an error.
Server information:
Client information:
Additional information: