2016-08-29

I have spent way more time than I should have, in trying to figure out how I can provide the same browser based 1:1 video chat functionality to my dating site users who have an iOS device - as my android & desktop users do. Some of the frameworks that I short listed (free of charge, in order of superiority):

openwebrtc.org

appRTC (Google)

simpleWebRTC

easyWebRTC

Not Free

apiRTC

openTOK

Off them all, each one claimed to be compatible with iOS, but only as a cordova hybrid app. I dont want any app - I need pure browser!

Is there any solution to this? Im willing to compensate any help offered.

BTW, for now I settled on a modified version of the simpleWebRTC framework, which, with some basic mods is simply outstanding. I also have signaling, turn and stun servers hosted independently on my servers, and I am developing in PHP/js/jQuery/node/python.

I will update this post with a link to the github repository for txt.am (thats where the features may be demo's)

Show more