Skip to content
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

Crashes when using with WebRTC library #62

Open
yildizom opened this issue Apr 28, 2020 · 4 comments
Open

Crashes when using with WebRTC library #62

yildizom opened this issue Apr 28, 2020 · 4 comments

Comments

@yildizom
Copy link

Hello,

We have a random video call app, named Hola, which is using WebRTC library. We started to publish TikTok ads and in order to track the installations we are trying to implement AppMetrica library to our project. In Anroid, when we tried to initialize WebRTC’s PeerConnection library with AppMetrica we are facing the following error:

java.lang.UnsatisfiedLinkError: No implementation found for void org.webrtc.PeerConnectionFactory.nativeInitializeAndroidGlobals() (tried Java_org_webrtc_PeerConnectionFactory_nativeInitializeAndroidGlobals and Java_org_webrtc_PeerConnectionFactory_nativeInitializeAndroidGlobals__)
        at org.webrtc.PeerConnectionFactory.nativeInitializeAndroidGlobals(Native Method)

In this following link, it is being said that the other third party libraries need to be initialized in the Application class’s main process. We are implementing them exactly as it is recommended in the link and we are still facing this problem.

https://appmetrica.yandex.com/docs/mobile-sdk-dg/concepts/android-features.html#recommendations

Do you have any idea how can we resolve this situation?
Thank you for your help and interest

@Raj123456788
Copy link

Did you solve the problem?

@yildizom
Copy link
Author

No, we used another analytic solution for our application.

@hard1k9850
Copy link

So did you just ignore the problem assuming it was fatal ?

@ghost
Copy link

ghost commented Jan 27, 2022 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants