pristineio / webrtc-build-scripts

A set of build scripts useful for building WebRTC libraries for Android and iOS.
BSD 3-Clause "New" or "Revised" License
1.12k stars 448 forks source link

How to get a built version of webrtc for iOS #185

Closed kamyarghajar closed 8 years ago

kamyarghajar commented 8 years ago

Hi, Is there another way to use webrtc in a native app without downloading the chromium tools (my connection is not really good and it got disconnected many times) Is there a built sdk or library to just use it in the Xcode project? besides I assume the cocoa pods way still needs the chromium heavy download...

kamyarghajar commented 8 years ago

or Is there a way to download these heavy chromium thing as a zip file or a direct link to download it all with a download manager?

MikeBlair commented 8 years ago

Yes, there is a prebuilt cocoapod available here: https://cocoapods.org/pods/libjingle_peerconnection

You can look at this Github project for an example of how the cocoapod can be used: https://github.com/webrtc/apprtc

kamyarghajar commented 8 years ago

Thanks...I'll look up to it.