From Bright Pattern Documentation
Jump to: navigation, search
This page contains changes which are not marked for translation.
• 5.19

Appendix A

Configuring Click-to-Dial From Third-Party Apps

The Mobile app supports the capability to make outbound calls that are initiated as call attempts from third-party applications on the same mobile device; this can be accomplished by using the app's click-to-dial buttons to invoke Mobile to make such calls.

The following information is for third-party-app developers who want to enable click-to-dial via Mobile in their apps.


iOS

For third-party apps developed for iOS, please review the following Apple Developer Xcode article: .


The following are the supported formats for custom URL schemes:

bp:{phone_number}
bp://{phone_number}


Examples:

bp:16505294099
bp://16505294099


Android

For third-party apps developed for the Android, please review the following Android Developers article: ].

The following are the supported formats for deep links:

bp:{phone_number}
bp://{phone_number}


Examples:

bp:16505294099
bp://16505294099


Cross-Platform Universal Links

For third-party apps developed for both iOS and Android, please review the following articles: https://developer.apple.com/documentation/xcode/supporting-universal-links-in-your-app

https://developer.android.com/training/app-links#add-app-links


The following format is supported for cross-platform links:

https://brightpattern.com/clicktodial/{phone_number}


Examples:

bp:16505294099
https://brightpattern.com/clicktodial/16505294099



< Previous