Skip to content

Releases: QuickBlox/quickblox-react-native-sdk

0.5.0-beta

Choose a tag to compare

released this 20 Feb 11:30

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

Choose a tag to compare

released this 14 Jan 10:07

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

Choose a tag to compare

released this 18 Dec 09:36

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

0.4.11-beta

Choose a tag to compare

released this 09 Dec 14:04

Fixes

Android

Crash on incoming/outgoing call on Android fixed

0.4.10-beta

Choose a tag to compare

released this 06 Dec 12:43

Added

  • new constants in "webrtc" module - AUDIO_OUTPUT
  • new method in "webrtc" module - "switchAudioOuput"

Fixes

Android

  • parameter "markAsRead" in getDialogMessages method now processing correctly

0.4.9-beta

Choose a tag to compare

released this 25 Nov 09:14

Fixes

Android

now webrtc module emits "PEER_CONNECTION_STATE_CHANGED" events

Android and iOS

constants QB.webrtc.RTC_PEER_CONNECTION_STATE are now the same on both platforms

0.4.8-beta

Choose a tag to compare

released this 19 Nov 10:40

Fixes

Android

QB.content.upload module should now correctly upload files (with correct content-type and preserving file name)

Android and iOS

QB.webrtc "enableAudio" and "enableVideo" methods can now mute/unmute audio/video without userId param, and can turn on or off remote audio or video for user by userId provided

0.4.7-beta

Choose a tag to compare

released this 05 Nov 09:01

Fixes

Chat module

  • Fixed crash when sending chat message with attachments (iOS)