summaryrefslogtreecommitdiff
path: root/src/jni/rtp/AudioGroup.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/jni/rtp/AudioGroup.cpp')
-rw-r--r--src/jni/rtp/AudioGroup.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jni/rtp/AudioGroup.cpp b/src/jni/rtp/AudioGroup.cpp
index c1bd4b2..aa3fc66 100644
--- a/src/jni/rtp/AudioGroup.cpp
+++ b/src/jni/rtp/AudioGroup.cpp
@@ -847,7 +847,7 @@ bool AudioGroup::DeviceThread::threadLoop()
0,
0,
record->getSessionId(),
- record->getInput());
+ AUDIO_IO_HANDLE_NONE); // record sessionId is sufficient.
status_t status = aec->initCheck();
if (status == NO_ERROR || status == ALREADY_EXISTS) {
aec->setEnabled(true);