... | ... | @@ -17,7 +17,7 @@ ListenersProvider.sdkServiceListener = object : SDKServiceListener{ |
|
|
```
|
|
|
>In **Java**
|
|
|
```java
|
|
|
istenersProvider.sdkServiceListener = new SDKServiceListener() {
|
|
|
ListenersProvider.sdkServiceListener = new SDKServiceListener() {
|
|
|
@Override
|
|
|
public void startIncomingCall(@NonNull String callid, @NonNull String callerID) {
|
|
|
//TODO "Use the callid to accept or decline the incoming call
|
... | ... | |