Configuration constructor
Configuration({
- String? dataDirectory,
- LogConfiguration? logConfiguration,
- bool? enableSipTrace,
- bool? enableStun,
- String? stunServer,
- bool? enableNotifications,
- bool? enableDetectCallLocation,
- AndroidTelecomIntegrationMode? androidTelecomIntegrationMode,
- bool? enableSecureConnection,
- CallKitConfiguration? callKitConfiguration,
- AndroidNotificationConfiguration? androidNotificationConfiguration,
Constructor
Implementation
Configuration({
this.dataDirectory,
this.logConfiguration,
this.enableSipTrace,
this.enableStun,
this.stunServer,
this.enableNotifications,
this.enableDetectCallLocation,
this.androidTelecomIntegrationMode,
this.enableSecureConnection,
this.callKitConfiguration,
this.androidNotificationConfiguration,
});