6.8.0
Added
- User class has
Type
field indicating user profile type. Read more in documentation. - You can now personalize profile and keep user type
LEAD
. Read more in documentation. - New InAppChat event
onChatRawMessageReceived()
. - New approach to subscribe InAppChat events using
InAppChat.setEventsListener()
. Read more in documentation.
Fixed
- InAppChat event
onChatControlsVisibilityChanged()
returns correct values for multithread widget.