Skip to content

Releases: QuickBlox/quickblox-javascript-sdk

2.13.10

31 Aug 09:54

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

Choose a tag to compare

Fixes

Fixed WebRTCClient to ignore call signal from current user

2.13.8

19 May 14:16

Choose a tag to compare

Fixes

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

2.13.7

19 May 09:07

Choose a tag to compare

Fixes

Fixed issue with chat connection freezing in DISCONNECTING state

2.13.6

30 Mar 13:15

Choose a tag to compare

Fixes

Changed RTCPeerConnection configuration to not use mixing of one-byte and two-byte header extensions ("extmap-allow-mixed") for backward compatibility with old WebRTC implementations

2.13.5

02 Mar 15:56

Choose a tag to compare

Fixes

Fixed error with WebRTC signalling re-initialization
Added throwing "ChatNotConnectedError" if trying to send message via not connected connection

2.13.2

23 Nov 15:36

Choose a tag to compare

Fixes

Fixed condition when to call "on.sessionExpired" callback

2.13.1

10 Nov 17:09

Choose a tag to compare

Fixes

Fixed work of "ping" feature in Node environment

2.13.0

28 Oct 14:06

Choose a tag to compare

Added

Ability to migrate account if “accountKey” was passed

Fixes

Assign ondevicechange handler only if WebRTC is available

2.12.9

11 Aug 16:20

Choose a tag to compare

Added

Ping functionality to QB.chat module