You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
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);