What steps will reproduce the problem?
1. Build android application with libjingle + webrtc
2. Run on android
What is the expected output? What do you see instead?
Successful Init for webrtcvoiceengine
What version of the product are you using? On what operating system?
svn revision 159
Please provide any additional information below.
The problem is that SetEcMetricsStatus() that is implemented in
voe_audio_processing_impl.cc:811 is calling ANDROID_NOT_SUPPORTED and returns
false. So either we should not return false if this method fails (like it's
done for SetTypingDetectionStatus) or ifdef it for android build
Original issue reported on code.google.com by alexan...@tuenti.com on 16 Jul 2012 at 1:58
Original issue reported on code.google.com by
alexan...@tuenti.com
on 16 Jul 2012 at 1:58