SdkConfig

@Serializable
data class SdkConfig : ProguardKeep(source)

Represents the configuration settings for CallAnalytics.

Encapsulates various configuration options such as enabling PJSUA, log parsing, debug logs, and certificate trust settings.

Since

1.0.0

Author

Dominik Ridjic

Types

Link copied to clipboard
class Builder : ProguardKeep

Builder class for SdkConfig.

Properties

Link copied to clipboard

Indicates if debug HTTP logging should be enabled.

Link copied to clipboard

Indicates if debug logging should be enabled.

Link copied to clipboard

Indicates if the log parser should be enabled to automatically parse and send SIP/SDP messages from logs

Link copied to clipboard

If set to true, the library will trust all certificates in HTTP requests.