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.cpp7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/jni/rtp/AudioGroup.cpp b/src/jni/rtp/AudioGroup.cpp
index eb3b18f..08e8933 100644
--- a/src/jni/rtp/AudioGroup.cpp
+++ b/src/jni/rtp/AudioGroup.cpp
@@ -855,10 +855,9 @@ bool AudioGroup::DeviceThread::threadLoop()
if (mGroup->platformHasAec()) {
aec = new AudioEffect(mGroup->mAttributionSource);
aec->set(FX_IID_AEC,
- NULL,
- 0,
- 0,
- 0,
+ nullptr, // uid
+ 0, // priority
+ nullptr, // callback
record->getSessionId(),
AUDIO_IO_HANDLE_NONE); // record sessionId is sufficient.
status_t status = aec->initCheck();