Share via


Release notes for DAXKit SDK 1.5.0

New in version 1.5.0

Improved error detection

  • Additional audio initialization errors are now detected. Notifications are emitted to the client using the didFailToStartRecording() callback.

    In severe, unrecoverable cases, DAXKit is disabled and requires a client restart to recover.

Interruption Handling

  • Unknown interruption reasons are now reported as 'system errors' instead of 'audio interruptions'.

Permissions Enforcement

  • An error is now thrown if recording is started without the required permissions. Notify the user via the didFailToStartRecording() callback.

    This is more likely to be a problem in third-party apps that haven't granted permission before embedding DAXKit.

Resolved issues

  • Resolved an edge case involving race conditions during user configuration at startup, which caused recordings to appear active while actually being discarded. [2177093]