Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 536 Bytes

README.md

File metadata and controls

25 lines (13 loc) · 536 Bytes

PJSIP

PJSIP is open source SIP, Media and NAT traversal library (www.pjsip.org)

This is a prebuilt pjsip library for armv7, armv7s, arm64, i386 and x86_64 architectures.

Compiled with the latest OpenSSL support (by the build script https://github.com/x2on/OpenSSL-for-iPhone)

Installation

Use cocoapods:

platform :ios, '5.0'

pod 'pjsip'

Build manually

  1. Download and run build.sh script.
  2. Drag generated libraries and headers to your xcode project.