Twilio Conversations Client iOS 2.1.0
Features:
- Added multiple media support. From now on a message can contain both text and media. A message could heave more then a single media. See
TCHConversation.limits
. - New method to build a message:
[TCHConversation prepareMessage]
. - New property to get all media attachments from the message:
attachedMedia
. - New methods in
TwilioConversationsClient
to get temporary content urls from media and media sids. - Deprecated
TCHMessageOptions
,TCHMessageType
and all the methods and properties related to them. - Reduced the SDK footprint.