Skip to content

attendi-android v0.3.7

Choose a tag to compare

@emilianoalvarez91 emilianoalvarez91 released this 29 Sep 14:51
· 7 commits to main since this release
5199b7b

Changed

  • AttendiAsyncTranscribePlugin now connects to the WebSocket in onBeforeStartRecording instead of onStartRecording.
    This ensures that the AttendiMicrophone component remains in the loading state until the WebSocket connection is fully established, improving UI consistency and user feedback.
  • BaseAsyncTranscribeService now allows consumers create their custom OkHttpClient for establishing the WebSocket connection.

Fixed

  • Race condition issue where stopping a recording and immediately starting a new one could leave the AttendiMicrophone in an incorrect UI state.
  • AsyncTranscribeService retry mechanism where the retry logic would not continue properly after a successful retry attempt.

Full Changelog: v0.3.6...v0.3.7