From 5d27d11c06144a1a46bfbac2b9d8f586c297a5b4 Mon Sep 17 00:00:00 2001 From: Benoit Martins Date: Mon, 12 Aug 2024 17:34:58 +0200 Subject: [PATCH] Change name of activateAudioSession parameter --- Linphone/TelecomManager/ProviderDelegate.swift | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Linphone/TelecomManager/ProviderDelegate.swift b/Linphone/TelecomManager/ProviderDelegate.swift index 7e6db61bf..fbc097cdd 100644 --- a/Linphone/TelecomManager/ProviderDelegate.swift +++ b/Linphone/TelecomManager/ProviderDelegate.swift @@ -307,9 +307,9 @@ extension ProviderDelegate: CXProviderDelegate { // Callkit's design is not consistent, or its documentation imcomplete, wich is somewhat disapointing. // - Log.info("Assuming AudioSession is active when executing a CXSetHeldCallAction with isOnHold=false.") - core.activateAudioSession(activated: true) - TelecomManager.shared.callkitAudioSessionActivated = true + Log.info("Assuming AudioSession is active when executing a CXSetHeldCallAction with isOnHold=false.") + core.activateAudioSession(activated: true) + TelecomManager.shared.callkitAudioSessionActivated = true } } }