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