Releases: QuickBlox/quickblox-javascript-sdk
Releases · QuickBlox/quickblox-javascript-sdk
2.13.1
10 Nov 17:09
Compare
Sorry, something went wrong.
No results found
Fixes
Fixed work of "ping" feature in Node environment
2.13.0
28 Oct 14:06
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Added
Ping functionality to QB.chat module
2.12.8
04 Aug 14:24
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Fixes
WebRTC module
"onCallListener" was called several times with same session
2.12.6
11 Oct 12:44
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Dependencies updated;
Bugfix;
2.12.4
12 Aug 07:30
Compare
Sorry, something went wrong.
No results found
Bug with integration with node.js fixed;
2.12.3
22 Jul 14:15
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
An issue with video calls in Safari 11 fixed.