Skip to content

v4.13.0

Compare
Choose a tag to compare
@sendbird-sdk-deployment sendbird-sdk-deployment released this 03 Jul 07:37
· 94 commits to stable since this release

Feature

SDK now supports MessageForm! Form message can only be sent through AI Chatbot in Sendbird dashboard.

  • Added MessageForm
  • Added MessageFormItem
  • Added MessageFormItemStyle,
  • Added MessageFormItemLayout,
  • Added MessageFormItemResultCount,
  • Added submitMessageForm() in BaseMessage
  • Deprecated submitMessageForm(data) in BaseMessage

Improvements

  • Added sb.authenticate()
  • Added sb.feedChannel.getTotalUnreadNotificationCount()
  • Deprecated sb.authenticateFeed()
  • Deprecated sb.feedChannel.getTotalUnreadMessageCount()
  • Fixed timing issue with BackGroundSync completion confirmation
  • Fixed a bug that userIdsFilter and searchFilter don't work in MessageCollection
  • (internal) Added ThrottleController in MessageCollection