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
Fixed an IllegalArgumentException from serializing the FileMessage.fileMessageParams when it contained an additional property that the SDK is not aware of.
Added MessageSearchQuery's totalCount and made it public (MessageSearchQuery.getTotalCount())
Implemented channel membership history where clients can retrieve whether users have joined or left the channel (MemberState.LEFT for left members of a GroupChannel)
Fixed a bug where onSessionTokenRequired() is not called immediately after session expires