Skip to content

3.7.0

Choose a tag to compare

@tatanka987 tatanka987 released this 08 Feb 09:46
· 387 commits to master since this release
e324c24

Fixes

Chat module:

  • Fixed issue when QBIncomingMessagesManager didn't catch error messages;
  • Fixed issue when QBSystemMessagesManager didn't catch error messages;

CustomObjects module:

  • Fixed issue of deserialization fields type;

New

Call module:

  • Updated WebRTC revision to 21217;
  • Integrated native libs to QuickBlox Android SDK (now there is no need to add them to your app manually).
    There is simple guide How to exclude native libs from apk;
  • Replaced method parameter from type VideoCapturerAndroid.CameraEventsHandler to CameraVideoCapturer.CameraEventsHandler for
    method QBRTCClient#setCameraErrorHandler(CameraVideoCapturer.CameraEventsHandler);
  • Increased minSdkVersion to 16 (does not apply to other modules);

Deprecated

  • Removed deprecated view-class RTCGLVideoView.

Others

  • Migrated to Java version 1.8