... | ... | @@ -12,7 +12,7 @@ |
|
|
But Even if you have access to the call functionalites, you need to Make your UI work according to the background tasks. The Listeners Interfaces **SDKSIPListener** and **SDKServiceListener** are used for that reason. See [Listeners Guide](Configuring-Listeners) to correctly Implement Listeners.
|
|
|
|
|
|
After Listeners are correctly implemented you can use your UI to start your calls with the method
|
|
|
>Kotlin
|
|
|
|
|
|
>Kotlin
|
|
|
```kotlin
|
|
|
ReveSdkCallHandler.makeCall(phoneNumber:String)
|
... | ... | |