Skip to content

Releases: QuickBlox/quickblox-javascript-sdk

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

2.12.8

04 Aug 14:24

Choose a tag to compare

Fixes

WebRTC module

  • Do not end a p2p group call if initiator hung up
  • Do not start waitingReconnectTimer if it was created previously

2.12.7

21 Nov 12:35

Choose a tag to compare

Fixes

WebRTC module

"onCallListener" was called several times with same session

2.12.6

11 Oct 12:44

Choose a tag to compare

Ability to disable auto-reject if user already in call added.
To disable auto-reject in config set autoReject property to false(Default is true).
Example:

webrtc: {
    answerTimeInterval: 60,
    autoReject: false,
    incomingLimit: 1,
    dialingTimeInterval: 5,
    disconnectTimeInterval: 30
}

2.12.5

13 Sep 10:59

Choose a tag to compare

Dependencies updated;
Bugfix;

2.12.4

12 Aug 07:30

Choose a tag to compare

Bug with integration with node.js fixed;

2.12.3

22 Jul 14:15
665da98

Choose a tag to compare

Dependencies updated:
"lodash": ">=4.17.13",
"lodash.template": ">=4.5.0",
"handlebars": ">=4.1.0",
"js-yaml": ">=3.13.1",
"marked": "^0.6.0",
"ws": ">=3.3.1",
"node.extend": ">=1.1.7",
"cached-path-relative": ">=1.0.2",
"karma": "^4.2.0"

2.12.2

27 Nov 17:56

Choose a tag to compare

An issue with video calls in Safari 11 fixed.