Could someone help, what's wrong? I have MPP proje...
# android
p
Could someone help, what's wrong? I have MPP project for common, jvm and ios. I am trying to add Google WebRTC to JVM code, in order to implement some
actual
classes. All I have is that
org.webrtc.*
is unresolved reference
r
#multiplatform
v
I would say that's because it's probably Android only (section
androidMain
) and this is JVM. JNI bindings are different for desktop JVM and Android. I tried to do the similar stuff in past and it was not working.
p
yeah, I have sorted it out by creating additional Android target
v
out of wonder, do you have some WebRTC solution for pure JVM?
p
not sure it's even exist. You, however, could check Jitsi products. I am trying now to adapt the latest Golang Pion WebRTC to Android using gomobile and gobind. Yeah, Google WebRTC... I abandoned using it