The ChatListener was not notified about new channels on IOS. Updated the methods to match the TwilioConversationsClientDelegate Protocol where the methods are conversationAdded and conversationDeleted.
Additionally I removed the channelJoined event to match the implementation of Android. This is a breaking change and the channelAdded event should be used instead. The client can evaluate the channel status to determine if it was joined.
The
ChatListener
was not notified about new channels on IOS. Updated the methods to match the TwilioConversationsClientDelegate Protocol where the methods areconversationAdded
andconversationDeleted
.Additionally I removed the
channelJoined
event to match the implementation of Android. This is a breaking change and thechannelAdded
event should be used instead. The client can evaluate the channel status to determine if it was joined.