Skip to content

Releases: QuickBlox/quickblox-react-native-sdk

0.5.7-beta

10 Mar 16:09
1513646
Compare
Choose a tag to compare

Changes

Added ability to create session using QB.auth.setSession with valid session token

0.5.6-beta

01 Feb 10:54
1513646
Compare
Choose a tag to compare

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

15 Sep 09:32
1513646
Compare
Choose a tag to compare

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

08 Jul 14:11
1513646
Compare
Choose a tag to compare

Fixes

Android webrtc session cache logic

0.5.3-beta

25 Jun 08:16
1513646
Compare
Choose a tag to compare

Updated version of Android SDK

Updated version of iOS SDK (WebRTC)

Fixes

Exported constants PUSH_CHANNEL from “subscriptions” module (iOS)

0.5.2-beta

31 Mar 10:08
1513646
Compare
Choose a tag to compare

Fixes

Android

methods “create” and “update” of Users module now expects data in the same interface as JS

0.5.1-beta

21 Feb 15:45
1513646
Compare
Choose a tag to compare

Fixes

Android

Hotfix for Android configuration that was causing crash

0.5.0-beta

20 Feb 11:30
Compare
Choose a tag to compare

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

14 Jan 10:07
Compare
Choose a tag to compare

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

18 Dec 09:36
Compare
Choose a tag to compare

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