2.7.0
Added:
- Address book functionality;
- Last activity (https://xmpp.org/extensions/xep-0012.html);
QB.chat.getLastUserActivity(userId) - to send query;
QB.chat.onLastUserActivityListener(userId, seconds) - get last user activity;
- Support WebRTC in Safari 11 (experimental);
Updated:
- API Reference:
- QB.addressbook,
- QB.content,
- QB.data,
- QB.pushnotifications,
- QB.user;
- possibilty to get user by phone number;
Removed:
- QB.chat.privacyList.setAsActive();
- QB.content.taggetForCurrentUser();
Samples:
- WebRTC sample - Hide record button if MediaRecorder is unavailable.