Skip to content

v0.3.0

Compare
Choose a tag to compare
@aconchillo aconchillo released this 23 Oct 22:07
· 136 commits to main since this release

New features

  • Support for sending chat messages to Daily Prebuilt (CallClient.send_prebuilt_chat_message()).
  • Added Python type hints (helpful for editor completions).
  • Support for Python 3.8.

Improvements and fixes

  • Improved response time of CallClient getter functions.
  • Improved low-latency performace of virtual audio devices.
  • Fixed potential crash after CallClient.leave().
  • Improved internal safeness of participant video renderers.
  • Fixed a VirtualMicrophoneDevice memory leak.
  • Properly trigger a transcription error event if transcription can't start.
  • Demos have been updated to show more real live code.

API changes

  • Removed detect_language from TranscriptionSettings.
  • EventHandler.on_transcription_stopped can now tell if transcription was stopped by a user or because of an error occurred.