PJSIP is a free and open source multimedia communication library written in C language implementing standard based protocols such as SIP, SDP, RTP, STUN, TURN, and ICE.
- Supported platforms: iOS7, iOS8
- Supported architectures: armv7, armv7s, arm64, i386, x86_64
- OpenSSL support provided by the OpenSSL-for-iPhone build script and the OpenSSL-Universal pod
- Video support provided by the OpenH264
Add the following line to your Podfile
and run pod install
command.
pod 'pjsip'
See example folder for integration example
- Download and run build.sh script.
- Drag generated libraries and headers files into your xcode project.