The latest integration of XMPP and google WebRTC VideoCall, support Hardware H264 on iPhone6.
The latest integration of XMPP and google WebRTC VideoCall, support Hardware H264 on iPhone6.
32bit project: IOS-XMPP-WebRTC-VideoCall/Xcode/iPhoneXMPP
64bit project: IOS-XMPP-WebRTC-VideoCall/Xcode/iPhoneXMPP-64
Workflow:
uzip library file in the WebRTC/libs/
Open the project by Xcode
Set “Bundle Identifier” and “Code Signing Identity”
Connect iphone
run App on iphone1 by username: andy1@anewstech and password:andy
run App on iphone2 by username: andy2@anewstech and password:andy
wait the user online and click it, video call will start.
any problem, please send e-mail to [email protected]
An XMPP Framework in Objective-C for the Mac / iOS development community.
XMPPFramework provides a core implementation of RFC-3920 (the xmpp standard), along with the tools needed to read & write XML. It comes with multiple popular extensions (XEP’s), all built atop a modular architecture, allowing you to plug-in any code needed for the job. Additionally the framework is massively parallel and thread-safe. Structured using GCD, this framework performs well regardless of whether it’s being run on an old iPhone, or on a 12-core Mac Pro. (And it won’t block the main thread… at all)