go-webrtc
go-webrtc copied to clipboard
android and ios support?
how to build this package on android and ios?
For arm
there's a webrtc-linux-arm.pc
and pre-compiled library. For arm64
and ios
, you'd need a similar file and to do the build yourself (see build.sh
for that).
FYI webrtc-linux-arm.pc
won't ever work for Android since it relates to a GNU/Linux system. Android is only Linux, no GNU at all, not even glibc.
Android is now supported with the merge of #90.