... | ... | @@ -5,7 +5,7 @@ A small demo app is provided with the SDK. You can clone it from [here](https:// |
|
|
This demo app follows the steps suggestion from [this page](home).
|
|
|
The app's MainActivity starts the SIP functionalities Through the SIPWrappper class with correct configuration. *The Demo app is written with **Kotlin**.*
|
|
|
```kotlin
|
|
|
SIPWrapper.startSIP(applicationContext, thisAppConfig)
|
|
|
ReveSdkSIPWrapper.startSIP(applicationContext, thisAppConfig)
|
|
|
```
|
|
|
Main Activity also hosts all the log in and log out logic. Main activity's workflow can be characterized as a linear progression described as below.
|
|
|
|
... | ... | |