Skip to content

Releases: QuickBlox/quickblox-javascript-sdk

2.5.1

10 Jan 12:46
Compare
Choose a tag to compare

New:

  • Added a button 'Audio call' to webrtc sample (separeted audio / video call );
  • Added a codeclimate service (see a badge in README.md);

Update:

  • Stream management isn't supported by BOSH protocol. Added an exception;

Remove / Deprecated:

  • qbLocation is deprecated;
  • QB.chat.addListener is deprecated;
  • webrtcSession.filter/webrtcSession.snapshot is removed;

Fixed:

  • WebRTC sample (Sometimes user doesn't get incoming call, initiator doesn't get incoming calls when caller clicked 'End call' button when outgoing call is started once, doesn't get any incoming call from any caller if callee rejected incoming group call before).

2.5.0

30 Nov 14:38
Compare
Choose a tag to compare

New:

Updated:

2.4.0

09 Nov 09:16
Compare
Choose a tag to compare

Features:

  • New build tool (Gulp instead of Grunt).
  • Chat Stream Management. This feature defines an approach for ensuring that message was delivered to server (aka 'sent' status).
  • Stream recording in video chat. You can record a stream or a few streams by using QB.Recorder. Now QB.Recorder is in beta version, so be careful with this functionality.
  • Removed unminified (quickblox.js) version of library. Uses source maps (npm run develop) for debugging.

2.3.4

19 Oct 09:46
Compare
Choose a tag to compare

Updated:

  • Method for send message and method for send system message return message id.

2.3.3

07 Oct 09:24
Compare
Choose a tag to compare

Updated:

  • SDK can send and receive the body in the system message.

2.3.2

05 Oct 12:49
Compare
Choose a tag to compare

Fixed:

  • removed parseInt() method for the 'id' attribute in attachment.

2.3.1

29 Sep 14:30
Compare
Choose a tag to compare

Fixed:

  • updated method 'get' in Roster;

2.3.0

28 Sep 13:46
Compare
Choose a tag to compare

New:

  • Full Node.js environment support.

Fixed:

  • can't install QB via bower.

2.2.3

27 Sep 09:15
Compare
Choose a tag to compare

Updated:

  • updated Strophe lib to v.1.2.8.
  • send initial presence if one of client (instance) goes offline.

2.2.2

16 Sep 14:51
Compare
Choose a tag to compare

Updated:

  • Updated logic of privacy list user blocking (two ways)