-
Notifications
You must be signed in to change notification settings - Fork 60
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 example crash #431
Comments
I'm facing the exact same issue |
After investigating this issue, I was able to reproduce it on my end as well. Tracing through the code, the crash occurs at this point, suggesting that the problem might be within the WebRTC JNI wrapper (libwebrtc.jar). During my investigation, I came across this pull request. It mentions that the root cause is an outdated Below are the application logs when connecting to the local livekit-server:
Looking at these logs, it seems to be functioning correctly. Based on these results, #326 still seems to be a valid fix. However, since the pull request does not explain how libwebrtc.jar was updated, there might be issues with merging it. cc: @bcherry @davidzhao |
cc @cloudwebrtc as well |
Ah, we probably haven't upgraded |
This appears to be the method in libwebrtc.jar, which I did not find in the jar
java.lang.NoSuchMethodError: no non-static method "Lorg/webrtc/VideoCodecInfo;.getScalabilityModes()Ljava/util/List;"
Below is the crash log
The text was updated successfully, but these errors were encountered: