iOS SDK 2.21
over 4 years ago by Mike M
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) -> ChatMessageloadNextHistory(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
