I am using PeerJS in my Meteor project for audio calls between users. The functionality works find in browsers but when I test it in IOS or Android the call doesn't go through.
I came across Crosswalk that supports WebRTC on Android and I can implement PeerJS with it.
My questions here are:
1) Does PeerJS require Crosswalk to function on Android?
2) If the answer to above question is yes, what should I use in order for PeerJS to function in IOS application?