Skip to content

7.5.4852 @2023.09.27 - Enhanced Version

Compare
Choose a tag to compare
@vinsonswang vinsonswang released this 07 Oct 01:29
· 320 commits to master since this release

SDK

  • Added notification for offline kicked users
  • Optimized retrieval of roaming messages
  • Community supports marking group members
  • Optimized C API header files
  • Added interface to ban the entire group chat
  • Added flag field for message response to indicate whether it is a self-response
  • Fixed occasional exception in local storage of message reaction
  • Fixed issue where the revoke-information of lastMessage in the conversation is empty when a message is revoked
  • Fixed issue where the message sender's remarks are empty when receiving friend messages
  • Fixed issue where clearing only group chat unread messages also clears unread messages in one-on-one chats
  • Fixed issue where onRecvNewMessage callback is not triggered for group messages received during network disconnection
  • Fixed occasional crash issue in server search
  • Fixed issue where unread count of topic information is not updated after reconnection and retrieval
  • Fixed issue where conversation's LastMessage is not updated after custom data is set for the last message of the conversation
  • Fixed crash issue when clearing unread notifications on Windows platform using Swift interface with Int.max as input

TUIKit & Demo

  • TUIKit supports RTL language
  • TUIChat's voice playback supports manual switching between earpiece and speaker
  • Added voice recognition plugin TUIVoiceToText
  • Optimized file download
  • Replaced the latest cleanConversationUnreadMessageCount interface with read report.

SDK

  • 增加离线被踢的用户通知
  • 增加禁言整个群的接口
  • 消息回应增加自己是否回应标记字段
  • 优化漫游消息的拉取
  • 社群支持标记群成员
  • C API 头文件优化
  • 修复消息回应本地存储偶现异常的问题
  • 修复消息撤回时,会话 lastMessage 的撤回信息为空的问题
  • 修复接收好友消息时,消息发送者备注为空的问题
  • 修复只清空群聊未读时,也会清空单聊未读的问题
  • 修复断网期间收到的群消息,没有回调 onRecvNewMessage 的问题
  • 修复服务器搜索偶现的崩溃问题
  • 修复话题资料在断网重连再拉取后的未读数没更新的问题
  • 修复设置会话最后一条消息的自定义数据后,会话的 LastMessage 未更新问题
  • 修复 windows 端接收清空未读通知时出现的 crash 问题
  • 修复使用 Swift 接口查询会话列表时,传入 Int.max 后引起的崩溃问题

TUIKit & Demo

  • TUIKit 支持 RTL 语言
  • TUIChat 的语音播放支持手动切换听筒和扬声器
  • 新增语音识别插件 TUIVoiceToText
  • 优化文件下载
  • 已读上报替换最新的 cleanConversationUnreadMessageCount 接口