Added callto scheme URI handler

This commit is contained in:
Christophe Deschamps 2024-06-11 11:40:56 +02:00
parent 0fff983b0a
commit ef471b2e1d

View file

@ -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"]