Skip to content

Releases: QuickBlox/quickblox-react-native-sdk

0.4.10-beta

06 Dec 12:43
Compare
Choose a tag to compare

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

25 Nov 09:14
Compare
Choose a tag to compare

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

19 Nov 10:40
Compare
Choose a tag to compare

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

05 Nov 09:01
Compare
Choose a tag to compare

Fixes

Chat module

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