From ef471b2e1dd8f4d35c4da9f77231408f4636af4c Mon Sep 17 00:00:00 2001 From: Christophe Deschamps Date: Tue, 11 Jun 2024 11:40:56 +0200 Subject: [PATCH] Added callto scheme URI handler --- Linphone/Utils/URIHandler.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Linphone/Utils/URIHandler.swift b/Linphone/Utils/URIHandler.swift index 54dfeab49..7706dc530 100644 --- a/Linphone/Utils/URIHandler.swift +++ b/Linphone/Utils/URIHandler.swift @@ -24,7 +24,7 @@ import Combine class URIHandler { // Need to cover all Info.plist URL schemes. - private static let callSchemes = ["sip", "sip-linphone", "linphone-sip", "tel"] + private static let callSchemes = ["sip", "sip-linphone", "linphone-sip", "tel", "callto"] private static let secureCallSchemes = ["sips", "sips-linphone", "linphone-sips"] private static let configurationSchemes = ["linphone-config"]