spoiledsport / libjingle

Automatically exported from code.google.com/p/libjingle
0 stars 0 forks source link

WebRtcVoiceEngine::Init() fails on Android due to SetEcMetricsStatus() not being supported #374

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago

Original comment by juberti@google.com on 31 May 2013 at 4:21