From b33e5edcd2471757f4bee84d904756391fc58218 Mon Sep 17 00:00:00 2001 From: Mikhail Filimonov Date: Sun, 16 Jun 2024 18:18:46 -0300 Subject: [PATCH] small update for macos --- submodules/TelegramVoip/Sources/GroupCallContext.swift | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/submodules/TelegramVoip/Sources/GroupCallContext.swift b/submodules/TelegramVoip/Sources/GroupCallContext.swift index c673e528cb..636ac67d45 100644 --- a/submodules/TelegramVoip/Sources/GroupCallContext.swift +++ b/submodules/TelegramVoip/Sources/GroupCallContext.swift @@ -672,8 +672,7 @@ public final class OngoingGroupCallContext { enableNoiseSuppression: enableNoiseSuppression, disableAudioInput: disableAudioInput, preferX264: preferX264, - logPath: logPath, - onMutedSpeechActivityDetected: { _ in } + logPath: logPath ) #endif