Do not load webrtc_aecm module is aec is provided by Android
This commit is contained in:
@ -20,7 +20,6 @@ object Config {
|
||||
if (!File(configPath).exists()) {
|
||||
for (module in AudioActivity.audioModules)
|
||||
config = "${config}module ${module}.so\n"
|
||||
if (!BaresipService.aec)
|
||||
config = "${config}module webrtc_aecm.so\n"
|
||||
previousConfig = config
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user