Releases: QuickBlox/quickblox-javascript-sdk
Releases · QuickBlox/quickblox-javascript-sdk
2.15.4
The debug log methods is disabled as default.
2.15.3
fixed links in docs
fixed log methods
2.15.2
- fixed links in docs
- added new config param 'callBackInterval' to set interval for callback message
2.15.1
Fixes
Established connection and reconnect action in chats (webRTC and JS chat, P2P calls) are made stable between peer-to-peer calls.
2.15.0
Fixes
Established connection and reconnect action in chats (webRTC and JS chat, P2P calls) are made stable.
2.14.1
Added
QB.initWithAppId(appId, accountKey, config) - to init SDK without AuthSecret and AuthKey. Used when session will be setted up with existing QB token.
QB.startSessionWithToken (token, callback) - setup session with existing token.
QB.onSessionExpiredListener(error) - called when session setted up with existing token expired.
Fixes
Endpoints for chat api from deprecated version 2.14.0
2.13.11
Fixes
- Fixed constant sending of messageLost to QB.chat.onSentMessageCallback after reconnection