简体   繁体   中英

current webrtc ios static library - e.g. libwebrtc_arm64.a?

I've used the WebRTC DataConnection API in browsers a lot for p2p communication. Now I'd like to do the same within an iOS app.

I live and develop in a remote region with very slow Internet access. So building the webrtc source myself which involves a 6+ GB download to generate the static library is very difficult. I attempted from a different location and because of the complexity of the build process failed and ran out of time to debug.

I found the libjingle_peerconnection cocoa pod , but the static library this provides is over 70MB which seems too large for an iOS app. I'm wondering if it includes libjingle and webrtc video (I just want to use RTCDataChannels) code that isn't necessary?

I just need a prebuilt iOS arm64 library

I've found a solution that works for my needs which is to use an entirely different iOS WebRTC implementation:

OpenWebRTC which has a great iOS SDK , examples , and pre-built binaries !

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM