go-webrtc icon indicating copy to clipboard operation
go-webrtc copied to clipboard

android and ios support?

Open nkbai opened this issue 6 years ago • 3 comments

how to build this package on android and ios?

nkbai avatar Apr 06 '18 01:04 nkbai

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).

arlolra avatar Apr 06 '18 17:04 arlolra

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.

eighthave avatar Nov 22 '18 14:11 eighthave

Android is now supported with the merge of #90.

uumaro avatar Jan 09 '19 20:01 uumaro