Our journey through Advanced Features, accessible starting from the Hobby Plan, continues. Today, we’re excited to introduce you to the Chat Bots – a feature that promises to elevate your app’s capabilities and user experience. What are the Chat Bots? read more…
Great news!
Meet new release of ConnectyCube iOS SDK v1.5. There are pretty much changes in it:
New
- Added new property
occupantsCount
intoCYBChatDialog
class – public dialog only - Added new property
viewsCount
intoCYBChatDialog
class – public dialog only - Added new property ‘avatar’ into
CYBUser
andCYBUpdateUserParameters
classes - Added new class
CYBUserSessionDetails
- Added new class property
useMutualSubscriptionForContactList
intoCYBSettings
– for using mutual subscription for ContactList - Added
+ [CYBRequest userSessionsWithSuccessBlock:errorBlock:]
method for retrieving user sessions - Added
+ [CYBRequest deleteUserSessionWithID:successBlock:errorBlock:]
method for deleting session of user with session ID - Added
+ [CYBRequest occupantsForPublicDialogID:paginator:successBlock:errorBlock:]
method for retrieving occupants of public chat dialog with dialog ID - Added
+ [CYBRequest deleteAllUserSessionsExceptCurrentWithSuccessBlock:errorBlock:]
method for deleting all sessions of user
Removed:
tags
property fromCYBBlob
class
You can find new SDK on our GitHub page.