Releases: QuickBlox/quickblox-javascript-sdk
Releases · QuickBlox/quickblox-javascript-sdk
2.5.1
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
New:
- Added a public property QB.version and QB.buildNumber (generate by
npm run build
); - SDK API Reference (see ./docs folder or http://quickblox.github.io/quickblox-javascript-sdk/docs/).
Updated:
- Added query.ajax (no needs jQuery/Zepto dependencies);
- Moved QB.Recorder to separate repository (see https://github.com/QuickBlox/javascript-media-recorder);
2.4.0
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
Updated:
- Method for send message and method for send system message return message id.
2.3.3
Updated:
- SDK can send and receive the body in the system message.
2.3.2
Fixed:
- removed parseInt() method for the 'id' attribute in attachment.
2.3.1
Fixed:
- updated method 'get' in Roster;
2.3.0
New:
- Full Node.js environment support.
Fixed:
- can't install QB via bower.
2.2.3
Updated:
- updated Strophe lib to v.1.2.8.
- send initial presence if one of client (instance) goes offline.
2.2.2
Updated:
- Updated logic of privacy list user blocking (two ways)