Skip to content

Releases: QuickBlox/quickblox-javascript-sdk

2.5.3

18 Apr 08:20

Choose a tag to compare

Patch with minified quickblox.min.js;
Nothing changed;

2.5.2

22 Mar 12:58

Choose a tag to compare

New:

  • Added a webrtc-adapter as dependency;
  • Added new property to params for QB.chat.connect();
    If you don't want to get list of users (roster) pass connectWithoutGettingRoster to QB.chat.connect();
  // @example
  QB.chat.connect({
    userId: user.id, 
    password: user.pass,
    connectWithoutGettingRoster: true
  }, function(err) {});

Fixed:

  • Broken any chat functionality after lost a connection;

Samples:

  • Rewrite a sample of chat. Old version doesn't support and will be removed in next release;

2.5.1

10 Jan 12:46

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

Choose a tag to compare

New:

Updated:

2.4.0

09 Nov 09:16

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

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

Choose a tag to compare

Updated:

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

2.3.2

05 Oct 12:49

Choose a tag to compare

Fixed:

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

2.3.1

29 Sep 14:30

Choose a tag to compare

Fixed:

  • updated method 'get' in Roster;

2.3.0

28 Sep 13:46

Choose a tag to compare

New:

  • Full Node.js environment support.

Fixed:

  • can't install QB via bower.