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
reline
09/30/2019, 3:56 PM
#multiplatform
v
vsazel
11/01/2019, 2:11 PM
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
prgrm-me
11/01/2019, 2:57 PM
yeah, I have sorted it out by creating additional Android target
v
vsazel
11/07/2019, 2:09 PM
out of wonder, do you have some WebRTC solution for pure JVM?
p
prgrm-me
11/08/2019, 1:29 AM
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