Skip to content

Releases: QuickBlox/quickblox-javascript-sdk

2.2.0

07 Sep 08:58
Compare
Choose a tag to compare

Updated:

  • changed the folder name 'js' to 'src';
  • changed bootstrap version (4.0.0);

New:

  • added getMediaDevices (return all devices);
  • added new parameter to listener onCallStatsReport (session, userId, stats, error);
  • set statsReportTimeInterval is false by default;
  • added a new type of login to WebRTC sample - changed creds and opportunity to choose an app (by '?creds=test' in URL);

2.1.5

30 Aug 14:51
Compare
Choose a tag to compare

New:

  • QB.webrtc.onReconnectFailedListener to handle chat reconnection errors;
  • QB.webrtc.onInvalidEventsListener handles 'onAccept', 'onReject', 'onStop' (audio/video call) events when session has unsuitable state;

Updated:

  • Added a property recipient_id to message object in QB.chat.onMessageListener;

2.1.4

21 Jul 10:25
Compare
Choose a tag to compare

New:

  • QB.content.upload now returns an empty {} as a result in its callback.
  • QB.content.createAndUpload callback now doesn't contain a path parameter in the result.

Fixed:

  • Adopt QB.content.createAndUpload method to work with different files storages.

2.1.3

14 Jul 08:44
Compare
Choose a tag to compare

New:

  • Added QB.data.fileUrl method.

Fixed:

  • QB.data.uploadFile wasn't working on node.js.

2.1.2

16 May 13:21
Compare
Choose a tag to compare

Fixed:

  • QB.message.update doesn't fire success callback (see more pull/135);

2.1.1

16 Mar 09:27
Compare
Choose a tag to compare

Fixed: issue when id (blobId) try to parse into Int(*, 10)

2.1.0

04 Mar 15:57
Compare
Choose a tag to compare

Features:

  • Video chat(WebRTC) Stats API (added onCallStatsReport callback and statsReportTimeInterval config property) - allows access to the statistical information about a peer connection.

Fixed:

  • issue with video chat where the Firefox browser doesn't produce a connection closed event (workaround via WebRTC Stats API using stats.bytesReceived). Also, a video call isn't recovered if a user on Firefox loses the Internet connection for a while during the call.
  • undefined 'getError' method issue in listeners;

Updated:

  • XMPP library Strophe.js to 1.2.4 version