v4.0.27
·
4 commits
to v4
since this release
New
- Added support for uploading multiple files independently of sending a message through
CometChat.createUploadFileRequest(), which returns anUploadFileRequestto upload and manage attachments before sending. - Added request configuration and inspection on the
UploadFileRequestviasetConcurrency(sequential by default),setBatchId,setParentMessageId,getAttachments,getAttachmentsByType,getAttachmentCount, andgetStatus. - Added per-file upload progress, success, failure, and completion callbacks through
CometChat.UploadFileListener. - Added
CometChat.getMaxAttachmentCount()to retrieve the maximum supported number of attachments per message.
Enhancements
- None
Fixes
- Exposed
CometChat.BaseMessageandCometChat.MessageReceiptas static fields on theCometChatclass.