... | ... | @@ -46,7 +46,7 @@ dependencies { |
|
|
```
|
|
|
|
|
|
**Step 2. Configuration:** In this step you need to configure the AppConfig according to the Configuration provided to you by Reve Systems.
|
|
|
Your app has to be configured exactly as the credentials and attributes provided, otherwise you will not be able to connect to the server properly. You have to build an instance of the class AppConfig and pass it to the `SIPWrapper.startSIP(context: Context, appConfig:AppConfig)` method. You have to build an instance the following way.
|
|
|
Your app has to be configured exactly as the credentials and attributes provided, otherwise you will not be able to connect to the server properly. You have to build an instance of the class AppConfig and pass it to the `ReveSdkSIPWrapper.startSIP(context: Context, appConfig:AppConfig)` method. You have to build an instance the following way.
|
|
|
|
|
|
>In kotlin
|
|
|
```kotlin
|
... | ... | |