diff --git a/SessionNotificationServiceExtension/NotificationServiceExtension.swift b/SessionNotificationServiceExtension/NotificationServiceExtension.swift index 0849cc1f5..789114e86 100644 --- a/SessionNotificationServiceExtension/NotificationServiceExtension.swift +++ b/SessionNotificationServiceExtension/NotificationServiceExtension.swift @@ -156,6 +156,7 @@ public final class NotificationServiceExtension: UNNotificationServiceExtension switch ((db[.areCallsEnabled] && Permissions.hasMicrophonePermission), isCallOngoing) { case (false, _): + Log.info("Microphone permission is \(AVAudioSession.sharedInstance().recordPermission)") if let sender: String = callMessage.sender, let interaction: Interaction = try MessageReceiver.insertCallInfoMessage(