Skip to content

Releases: QuickBlox/quickblox-javascript-sdk

2.16.1

26 Oct 15:27

Choose a tag to compare

  • Add types for TypeScript compatibility.
  • Fixed sdk version in samples: up to 2.16.1

2.16.0

28 Sep 11:19

Choose a tag to compare

  • Introduced a type system for TypeScript compatibility.
  • Fixed an issue related to sending multiple identical system messages in node.js.

2.15.5

16 Feb 11:20

Choose a tag to compare

The default values for chat ping method was optimised in SDK's config file.

2.15.4

07 Feb 17:46

Choose a tag to compare

The debug log methods is disabled as default.

2.15.3

07 Feb 16:20

Choose a tag to compare

fixed links in docs
fixed log methods

2.15.2

20 Jan 10:24

Choose a tag to compare

  • fixed links in docs
  • added new config param 'callBackInterval' to set interval for callback message

2.15.1

07 Oct 14:22

Choose a tag to compare

Fixes

Established connection and reconnect action in chats (webRTC and JS chat, P2P calls) are made stable between peer-to-peer calls.

2.15.0

04 Oct 11:37

Choose a tag to compare

Fixes

Established connection and reconnect action in chats (webRTC and JS chat, P2P calls) are made stable.

2.14.1

20 Sep 12:21

Choose a tag to compare

Added

QB.initWithAppId(appId, accountKey, config) - to init SDK without AuthSecret and AuthKey. Used when session will be setted up with existing QB token.
QB.startSessionWithToken (token, callback) - setup session with existing token.
QB.onSessionExpiredListener(error) - called when session setted up with existing token expired.

Fixes

Endpoints for chat api from deprecated version 2.14.0

2.13.11

07 Apr 18:10

Choose a tag to compare

Fixes

  • Fixed constant sending of messageLost to QB.chat.onSentMessageCallback after reconnection