Android
Library that encapsulates integration with Twilio VoIP service
Getting Started
- Example
- Installing
- Readme
- Changelog
Call Kit sdk integrates with Twilio VoIP service, no extra work is required to configurate it.
- Add the dependency in your local build.gradle file:
implementation("com.huma.sdk:call:<latest-version>")
2.1 Initialize HumaUtilsManager
, HumaUiManager
and HumaSharedManager
in your Application class:
HumaUtilsManager.init(/*..*/)
HumaUiManager.init(/*..*/)
HumaSharedManager.init(/*..*/)
HumaCallManager.init(/*..*/)
2.2 Initialize via Initializer DSL
initializeHumaSdk {
install {
...
call()
}
}
Call Kit module encapsulates Twilio SDK. When the user receives an incoming call notification appears. On Accept call screen opens. On Decline, notification disappears.