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