Share via


Release notes for DAXKit SDK 1.1.1

Resolved issues

Emit "failed to start recording" delegate call

  • In Version 1.1.0, didStopRecording() was called instead of didFailToStartRecording() when recording failed to start. This is resolved; didFailToStartRecording() is now called as expected and didStopRecording() isn’t called when the recording fails to start. [1557288]

Backup uploads no longer time out

  • This update prevents the cancellation of backup uploads due to timeouts. [1591905]

Recording repair improvements

  • We've resolved a bug that prevented recordings from properly persisting in rare slow startup situations. [1598070]

Known issues

  • DAXKit sends the wrong duration when the recording is stopped by an audio interruption. [1544337]
  • Uploads where the server has more data than the client require backend intervention to generate the draft. Note: This issue will be resolved by a server-side fix. [1591783]
  • When updating from DAXKit 0.7.3, there is a risk of permanently losing pending recordings. Mitigation step: Inform users of apps with version 0.7.3 that they should confirm they have uploaded all recordings before updating the app. [1636296]