Skip to content

lunastorm/webrtc-ios

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

webrtc-ios

Build script which builds Google WebRTC project into iOS WebRTC.framework. Simply add WebRTC.framework into your Xcode project, include following libraries and enjoy deploying WebRTC enabled apps.

Building

Clone repository, enter it using Terminal and run make -j4. After build process finishes you should see WebRTC.framework file your root of your working directory.

Required libraries:

  • libsqlite3.dylib
  • libstdc++.6.dylib
  • libicucore.dylib
  • libc++.dylib
  • libxml2.dylib
  • GLKit.framework
  • UIKit.framework
  • Foundation.framework

May also require these frameworks:

  • VideoToolbox
  • GLKit
  • AudioToolbox
  • AVFoundation
  • CoreMedia

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages