Configuration constructor

Configuration({
  1. String? dataDirectory,
  2. LogConfiguration? logConfiguration,
  3. bool? enableSipTrace,
  4. bool? enableStun,
  5. String? stunServer,
  6. bool? enableNotifications,
  7. bool? enableDetectCallLocation,
  8. AndroidTelecomIntegrationMode? androidTelecomIntegrationMode,
  9. bool? enableSecureConnection,
  10. CallKitConfiguration? callKitConfiguration,
  11. 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,
});