ISBX / apprtc-ios

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

RTCStatsDelegate issues #75

Open GaelHLago opened 7 years ago

GaelHLago commented 7 years ago

Hi,

I am trying to retrieve stats from WebRTC, but some stats are missing on some iOS devices (not all). I searched and it seems to be caused by processor architecture (arm64). I tried to solve it by changing my build settings, not working so well.

Do you have a clue? Should I re-compile WebRTC (which version?) ?

Thanks