I am using the project found in this link . However, the mentioned project is developed for armv7 architecture and doesnt support arm64 architecture which became required for new apps in the store.
I tried to install updated librarie for arm64 and armv7 from webrtc libraries The problem is that not all the compiled libraries replaced the existing one successfully( 12 libraries are replaced successfully and 14 libraries are given errors when replacing any of them with the existing one).
Libraries that are giving errors when updating it to arm 64 are:
Libaudio_coding_module
Libaudio_conference_mixer
Libaudio_device
Libaudio_processing
Libcommon_audio
Libjingle_audio_only
Libjingle_p2p
Libjingle
LibNetEq
LibmediaFile
Librtp_rtcp
Libsystem_wrappers
Libvoice_engine
Libwebrtc_utility.
Can anyone help me where i can get those librarires for arm64 architecture in order to use it in the webrtc project?
Thank you