Skip to content

[v3.4.4] (Mar 31 2023)

Compare
Choose a tag to compare
@sravan-s sravan-s released this 31 Mar 10:56
· 701 commits to main since this release
a707012

Features:

  • Increase default maximum recording time of Voice Message to 10 minutes
  • Add logger to VoicePlayer, VoiceRecorder, and useSendVoiceMessage hook

Fixes:

  • Prevent whole page from scrolling when OpenChannel scrolls
    This issue occurs when customer implements an OpenChannel in a web page with scroll
  • Fix edgecase in which voice messages were sent twice
  • Clean up Thread interface
    If message.parentMessage doesnt exist, treat message as parentMessage
    <Thread message={message} />