Skip to content

Releases: sendbird/SendBird-SDK-JavaScript

v3.0.101

11 Jun 03:52
Compare
Choose a tag to compare
  • Improved stability.
  • Added resendUserMessage() in BaseChannel to retry to send a UserMessage which has requestID.
  • Added requestState and enum MessageRequestState which has NONE, PENDING, FAILED, and SUCCEEDED in SendBird.
  • Added myLastRead in GroupChannel to detect last read timestamp of current connected user.

v3.0.100

17 May 16:57
Compare
Choose a tag to compare
  • Improved stability.
  • Added delete() in GroupChannel to delete the GroupChannel. Only operators can do this action.

v3.0.99

03 May 08:03
Compare
Choose a tag to compare
  • Added isDiscoverable property to GroupChannel and GroupChannelParams.
    • if isDiscoverable of a public group channel is set to false, then the channel will not appear during querying with PublicGroupChannelListQuery. (default: true)

v3.0.98

05 Apr 03:36
Compare
Choose a tag to compare
  • Improved stability.

v3.0.97

14 Mar 04:48
Compare
Choose a tag to compare
  • Improved stability.

v3.0.96

21 Feb 03:09
Compare
Choose a tag to compare
  • Minor bug fixed.

v3.0.95

21 Feb 01:20
Compare
Choose a tag to compare
  • Minor bug fixed.

v3.0.94

14 Feb 08:43
Compare
Choose a tag to compare
  • Improved stability.
  • Minor bug fixed.
  • Updated SendBird.d.ts file for TypeScript.

v3.0.93

17 Jan 07:56
Compare
Choose a tag to compare
  • Add push trigger option to enable/disable remote push notification.
    • Added setPushTriggerOption(option, callback) to SendBird. It determines whether the current user receives remote push notification in all group channels.
    • Added getPushTriggerOption(callback) to SendBird. It returns the current push trigger option setting for all group channels.
    • Added setMyPushTriggerOption(option, callback) to GroupChannel. It determines whether the current user receives remote push notification in the group channel.
    • Added getMyPushTriggerOption(callback) to GroupChannel. It returns the current push trigger option setting for the group channel.
  • Snooze or stop snooze remote push notification in specific duration.
    • Added setSnoozePeriod(snoozeOn, startTs, endTs, callback) into SendBird. It enables or disables snooze in the period.
    • Added getSnoozePeriod(callback) into SendBird. It returns the current snooze setting for the current user.

v3.0.92

13 Dec 02:51
Compare
Choose a tag to compare
  • Minor bug fixed.