... | ... | @@ -153,7 +153,7 @@ if (SIPProvider.callState == CallState.READY){ |
|
|
ReveSdkCallHandler.Companion.acceptCall(callid);
|
|
|
}
|
|
|
```
|
|
|
You can get the callid of an incoming call from Listeners. Check out how to [Implement Listeners]().
|
|
|
You can get the callid of an incoming call from Listeners. Check out how to [Implement Listeners](Configuring-Listeners).
|
|
|
|
|
|
Check out the **[Call Handling guide](Call-Handling)** for details on Handling of calls using this SDK and UI integration with Native App.
|
|
|
|
... | ... | |