... | ... | @@ -10,4 +10,5 @@ |
|
|
|
|
|
Finally you can accept incoming calls by invoking `callHandler.acceptCall(callID)` method. You can find the callID through the **SDKServiceListener**(See [Listeners Guide](Configuring-Listeners))
|
|
|
|
|
|
|
|
|
#### Incoming calls
|
|
|
You can get the incoming call id from `ListenersProvider.sdkServiceListener` Then you can invoke callHandler.acceptCall(callId) to accept the current incoming call. |