-
Notifications
You must be signed in to change notification settings - Fork 156
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
Android crash: Exception in native call from JS #357
Comments
@enricop89 Enrico, can you pass this bug to OpenTok SDK team? I'd say it's pretty severe. Thanks! |
Any updates on this? I am having the same issue. |
I have the same issues with the same RN red-box error and traceback. It happens ONLY while disconnecting the session that has screen sharing subscriber. On the screenshot - Java row that triggers the crash. @ggoldens do you need more feedback? |
I have the same issue, like @tomek29k mentioned. Currently I implemented Live-Room-Video-Chat (one-to-one).
Above example code disconnect guest session using signal from owner and working fine.
Above example code, after trying to create a new virtual publisher(attempt to streaming external music in to session) disconnect guest session using signal from owner and produce error: |
i have the same issues. Any Updates? |
As a workaround edit It is causing the crash because the react version still using an older native SDK. The newest SDK has fixed the crashing problem. see link |
@aslampr07 I already use |
@ASerga can you please checkout the branch '0.12.2' of this repository I think they have fixed the issue, but haven't merged with the master branch. |
@aslampr07 I have tried. It didn't help. |
Hello guys, apologize for the inconveniences and the delay on this. It looks that there's an issue on the native SDK. I am able to reproduce this issue with a pure android app. I just reported it to the native team. Will keep you posted. Thanks for reporting! |
@ggoldens We seem to experience this problem all the time. Any updates? 🙏 |
We released today Android SDK 2.16.3 patch. |
Tried updating versions, still having problems: React Native version: 0.59.5 Throws an error for OTSession connect expecting 3 arguments and instead receiving 2. |
Can you guys test the branch 0.12.2? If you see it ok I'll push it asap. |
FYI v0.12.2 it's released. Please confirm us if you still see the issue. Thanks! |
It seems SDK 2.16.3 has solved the problem for us, haven't tried v0.12.2
yet but will try today. Many thanks @ggoldens!
|
Thanks for the feedback @tomek29k ! |
Will close this issue since it seems to be solved using the latest android SDK. |
Bug Report
Android (Galaxy S9):
[email protected]
[email protected]
Current behavior
Steps to reproduce
Relevant logs and/or screenshots
The text was updated successfully, but these errors were encountered: