ISBX / apprtc-ios

A native iOS video chat app based on WebRTC
BSD 3-Clause "New" or "Revised" License
1.34k stars 411 forks source link

iphone 5s doesn't support connection with last version of Mozilla firefox. #15

Closed kos9kus closed 8 years ago

kos9kus commented 8 years ago

I tested with iphone 5, it works, whereas iphone 5s doesn't work. It seems like there are processor differences or perhaps there are some incompatibilities inside the firefox and the RTCLib. I use a 42.0 firefox version. By the way, works fine with the Opera. Thanks

coolwr commented 8 years ago

Just tested on iPhone 6S with Firefox 42.0 and seems to be fine. I'll try to get my hands on an iPhone 5S. Try doing a pod install to get the latest libWebRTC.a library and see if that fixes the issue. Thanks!

kos9kus commented 8 years ago

Thank you! It helped me out