I have successfully implemented one-one chat, group creation and group chat using the XMPP infrastructure in iOS and an open fire server. Now I want to implement audio and video chat using an open fire server, but I have no decision how to proceed. There is a great open source library for Android called "JitSi" for Android, but no support for iOS.
I tried a demo of AppRTC. This video chat happens through its own server, without using an XMPP server.
There are some third-party sdk, such as opentok, that provide the same functions, but I do not want to use them.
Please help me with this.
source
share