Skip to content

Commit

Permalink
Reverted previous commit (already done)
Browse files Browse the repository at this point in the history
  • Loading branch information
juha-h committed Jan 1, 2025
1 parent cda602b commit 9662051
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/main/kotlin/com/tutpro/baresip/Config.kt
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ 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 {
Expand Down

0 comments on commit 9662051

Please sign in to comment.