mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 11:08:06 +00:00
Added callto scheme URI handler
This commit is contained in:
parent
0fff983b0a
commit
ef471b2e1d
1 changed files with 1 additions and 1 deletions
|
|
@ -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"]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue