I would like to develop a Real Time Communication (with video and audio) application natively for android and iOS. Ideally it would also be able to connect to a browser however mobile platforms are the most important for this case.
I have been looking into WebRTC, however, as it is a (relatively) new protocol, it seems to not be the best implementation method. It also seems very complicated/frustrating to implement on iOS.
I'm just wondering if anyone else knows of a better alternative to WebRTC that is free and easy to implement natively on iOS and android?
Edit: I have webRTC currently working natively for android however I am still having trouble with native webRTC for iOS. Does anyone have any up-to-date information/tutorials that can help get me started?