Releases: QuickBlox/quickblox-react-native-sdk
Releases · QuickBlox/quickblox-react-native-sdk
0.5.7-beta
Changes
Added ability to create session using QB.auth.setSession
with valid session token
0.5.6-beta
Changes
- Android SDK updated to 3.9.10
- iOS SDK updated to 2.17.9
- Added RTCConfig module
⚠️ iOS minimum version changed to 12
0.5.5-beta
Fixes
Android
- added QBAudioManager for proper handling of audio focus
- fixed the case when the opponent does not answer the call
- fixed “hangUp” logic
0.5.4-beta
Fixes
Android webrtc session cache logic
0.5.3-beta
Updated version of Android SDK
Updated version of iOS SDK (WebRTC)
Fixes
Exported constants PUSH_CHANNEL from “subscriptions” module (iOS)
0.5.2-beta
Fixes
Android
methods “create” and “update” of Users module now expects data in the same interface as JS
0.5.1-beta
Fixes
Android
Hotfix for Android configuration that was causing crash
0.5.0-beta
Changes
Removed methods:
subscribeMessageEvents
,
unsubscribeMessageEvents
,
subscribeMessageStatus
,
unsubscribeMessageStatus
,
subscribeTyping
,
unsubscribeTyping
.
Since this version SDK will emit these events automatically.
Fixes
problems with audio output in webrtc module.
0.4.13-beta
Fixes:
iOS
- Fixed bug with last video frame after camera turned off
JS
- Removed unnecessary code and added types to RTCView
0.4.12-beta
Fixes
Android
- added error handling in Chat module for unsubscribe methods
Android and iOS:
- fixed "content" module exported constants
- fixed file upload progress to be Int on both platforms