Releases: QuickBlox/quickblox-javascript-sdk
Releases · QuickBlox/quickblox-javascript-sdk
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)
2.2.1
Fixed:
- Updated regexp for room name in WebRTC sample;
2.2.0
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
statsReportTimeIntervalis 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
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
2.1.3
2.1.2
Fixed:
- QB.message.update doesn't fire success callback (see more pull/135);
2.1.1
Fixed: issue when id (blobId) try to parse into Int(*, 10)