iOS SDK 2.21

New Features

As an integrator you are now able to send messages and query chat history using new SDK Chat API's

  • sendMessage(_ chatMessage: NewChatMessage, completion: @escaping (Result<ChatMessage, Error>) -> Void) -> ChatMessage
  • loadNextHistory(completion: @escaping (Result<[ChatMessage], Error>) -> Void)

For more information please see the Chat Session documentation

Bug Fixes / Optimizations

  • Fixed an issue where chat messages are being cut off in a chat room with avatars
  • Optmizations to the chat infrastructure