Skip to content

v4.6.0

Compare
Choose a tag to compare
@sierpinskid sierpinskid released this 11 Jun 16:49
· 154 commits to develop since this release
f24bae1

Improvements:

  • Added client events that are fired when the local user is added to a new channel -> IStreamChatClient.AddedToChannelAsMember or removed from a channel IStreamChatClient.RemovedFromChannelAsMember - These two events fire only for channels that are not tracked locally. For tracked channels, the IStreamChannel.MemberAdded & IStreamChannel.MemberRemoved should be used (#146)