Releases: QuickBlox/quickblox-react-native-sdk
Releases · QuickBlox/quickblox-react-native-sdk
0.4.10-beta
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
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
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
Fixes
Chat module
- Fixed crash when sending chat message with attachments (iOS)