Skip to content

Releases: QuickBlox/quickblox-javascript-sdk

2.15.4

07 Feb 17:46
Compare
Choose a tag to compare

The debug log methods is disabled as default.

2.15.3

07 Feb 16:20
Compare
Choose a tag to compare

fixed links in docs
fixed log methods

2.15.2

20 Jan 10:24
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

Fixes

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

2.13.10

31 Aug 09:54
Compare
Choose a tag to compare

Fixes

  • Ignore "accept" signal if connection with user already established
  • Added SDP mangling to support legacy WebRTC

2.13.9

09 Jun 09:32
Compare
Choose a tag to compare

Fixes

Fixed WebRTCClient to ignore call signal from current user

2.13.8

19 May 14:16
Compare
Choose a tag to compare

Fixes

Fixed QB.chat.message.unreadCount to process chat_dialog_ids array correctly