quickblox-javascript-sdk

JavaScript SDK of QuickBlox cloud backend platform

OTHER License

Downloads
9.1K
Stars
105
Committers
29

Bot releases are hidden (Show)

quickblox-javascript-sdk - 2.3.1

Published by Vladlukhanin about 8 years ago

Fixed:

  • updated method 'get' in Roster;
quickblox-javascript-sdk - 2.3.0

Published by dimaspirit about 8 years ago

New:

  • Full Node.js environment support.

Fixed:

  • can't install QB via bower.
quickblox-javascript-sdk - 2.2.3

Published by Vladlukhanin about 8 years ago

Updated:

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

Published by IegorKozakov about 8 years ago

Updated:

  • Updated logic of privacy list user blocking (two ways)
quickblox-javascript-sdk - 2.2.1

Published by dimaspirit about 8 years ago

Fixed:

  • Updated regexp for room name in WebRTC sample;
quickblox-javascript-sdk - 2.2.0

Published by dimaspirit about 8 years ago

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);
quickblox-javascript-sdk - 2.1.5

Published by dimaspirit about 8 years ago

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;
quickblox-javascript-sdk - 2.1.4

Published by soulfly about 8 years ago

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.
quickblox-javascript-sdk - 2.1.3

Published by soulfly over 8 years ago

New:

  • Added QB.data.fileUrl method.

Fixed:

  • QB.data.uploadFile wasn't working on node.js.
quickblox-javascript-sdk - 2.1.2

Published by dimaspirit over 8 years ago

Fixed:

  • QB.message.update doesn't fire success callback (see more pull/135);
quickblox-javascript-sdk - 2.1.1

Published by dimaspirit over 8 years ago

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

quickblox-javascript-sdk - 2.1.0

Published by dimaspirit over 8 years ago

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
Package Rankings
Top 6.17% on Npmjs.org
Top 7.75% on Bower.io
Badges
Extracted from project README
Code Climate npm npm