WebRTC in iOS 2015 06


webrtc

WebRTC in iOS 2015 06


Daniel Shin - June 11, 2015

This post contains updated information on WebRTC built on top of previous article since its migration from subversion to git.

No more awkwardness with subversion. WebRTC repo is finally migrated to git.

Also now webRTC for iOS officially supports both 64 bit iOS Device and 64 bit simulator.

Refer to updated doc here.

Since lots of breaking changes in build process were introduced, I had re-write the entire build script.

It became a little more complicated so I decided to modularize it instead of writing one massive script.

I open sourced it on github here.

Project will be frequently updated whenever there is a major update in WebRTC.