Skip to content

Twilio Conversations Client iOS 2.1.0

Compare
Choose a tag to compare
@Gray-Wind Gray-Wind released this 04 Jan 10:50
9b99a8a

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.