I'm looking for a library / way to work on WebRTC ...
# multiplatform
r
I'm looking for a library / way to work on WebRTC in a KMM shared module. Does someone have experience in WebRTC for multiplatform? (even with Compose)
k
r
I've tried this lib but got this error and figured nothing has been done on months
Doesn't say anything about org.jetbrains.kotlin.native.target (required 'ios_simulator_arm64')
Maybe my setup is wrong though
k
as work around you can try to build it for real device
or contribute needed target to the library
r
Removing all
iosSimulatorArm64Main
target make the library work 👍
Oh, seems someone opened the issue like… yesterday 😂 https://github.com/shepeliev/webrtc-kmp/issues/76
s
Does it supports live chat add add someone to call etc? as like whatsapp
198 Views